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