class FactoryBot::DefinitionProxy

def initialize_with(&block)

def initialize_with(&block)
  @definition.define_constructor(&block)
end