factory_bot icon indicating copy to clipboard operation
factory_bot copied to clipboard

refactor: make EvaluatorClassDefiner functional

Open vburzynski opened this issue 3 months ago • 0 comments

The work performed in FactoryBot::EvaluatorClassDefiner can be done without creating an instance of the class. The code is rewritten in a more functional manner with a module.

vburzynski avatar Oct 03 '25 15:10 vburzynski