# File lib/merb-core/core_ext/class.rb, line 204
  def class_inheritable_array(*syms)
    class_inheritable_reader(*syms)
    class_inheritable_array_writer(*syms)
  end