# File lib/factory_girl/factory.rb, line 126
    def constructor
      @constructor ||= @definition.constructor || parent.constructor
    end