# File lib/factory_girl/syntax/methods.rb, line 20
      def attributes_for(name, *traits_and_overrides, &block)
        run_factory_girl_strategy(name, traits_and_overrides, Strategy::AttributesFor, &block)
      end