# File lib/factory_girl/definition.rb, line 40 def to_create(&block) if block_given? @to_create = block else @to_create end end