# File lib/active_support/core_ext/module/attr_internal.rb, line 3
  def attr_internal_reader(*attrs)
    attrs.each {|attr_name| attr_internal_define(attr_name, :reader)}
  end