class FactoryBot::DefinitionProxy

def to_create(&block)

def to_create(&block)
  @definition.to_create(&block)
end