# File lib/active_support/core_ext/module/attribute_accessors.rb, line 56
  def mattr_accessor(*syms)
    mattr_reader(*syms)
    mattr_writer(*syms)
  end