module InheritableClassAttributes::ClassMethods

def cattr_inheritable_accessor(*symbols)

def cattr_inheritable_accessor(*symbols)
  cattr_inheritable_writer(*symbols)
  cattr_inheritable_reader(*symbols)
end