# File lib/factory_girl/proxy.rb, line 120
      def get(attribute)
        @cached_attribute_values[attribute] ||= anonymous_instance.send(attribute)
      end