# File lib/factory_girl/syntax/methods.rb, line 17
      def attributes_for(name, overrides = {})
        FactoryGirl.factory_by_name(name).run(Proxy::AttributesFor, overrides)
      end