# File lib/active_record/base.rb, line 1575 def attributes attrs = {} attribute_names.each { |name| attrs[name] = read_attribute(name) } attrs end