Method: Class#class_inheritable_accessor

Defined in:
lib/handshake/inheritable_attributes.rb

#class_inheritable_accessor(*syms) ⇒ Object



83
84
85
86
# File 'lib/handshake/inheritable_attributes.rb', line 83

def class_inheritable_accessor(*syms)
  class_inheritable_reader(*syms)
  class_inheritable_writer(*syms)
end