# File lib/active_record/base.rb, line 2349
      def [](attr_name)
        read_attribute(attr_name)
      end