# File lib/active_model/attribute_methods.rb, line 257
      def define_attribute_methods(attr_names)
        attr_names.each { |attr_name| define_attribute_method(attr_name) }
      end