factory_bot icon indicating copy to clipboard operation
factory_bot copied to clipboard

refactor: StrategySyntaxMethodRegistrar doesn't need to be a class

Open vburzynski opened this issue 3 months ago • 0 comments

NOTE — this is dependent on the refactor-internal-module branch #1772

The StrategySyntaxMethodRegistrar doesn't need to be instantiated (and doesn't need to be a class) to perform the behavior it implements. This refactors it into a more functional module.

vburzynski avatar Oct 03 '25 16:10 vburzynski