# File lib/couchrest/support/class.rb, line 178
  def extlib_inheritable_accessor(*syms)
    extlib_inheritable_reader(*syms)
    extlib_inheritable_writer(*syms)
  end