Method: Module#attr_class_accessor
- Defined in:
- lib/core/facets/module/attr_class_accessor.rb
#attr_class_accessor(name) ⇒ Object
NOTE: This method is not a common core extension and is not loaded automatically when using require 'facets'.
10 11 12 13 |
# File 'lib/core/facets/module/attr_class_accessor.rb', line 10 def attr_class_accessor(name) attr_class_reader(name) attr_class_writer(name) end |