Method: ALib::ModuleExtensions#class_writer_attributes
- Defined in:
-
lib/alib.rb,
lib/alib-0.3.1.rb
3838 3839 3840 3841 3842 |
# File 'lib/alib.rb', line 3838 def class_writer_attributes(*names) #--{{{ class << self; self; end.instance_eval{ writer_attributes(*names) } #--}}} end |