Method: BBLib::SimpleInit::ClassMethods#collect_method
- Defined in:
- lib/bblib/core/mixins/simple_init.rb
#collect_method(name = nil) ⇒ Object
116 117 118 119 |
# File 'lib/bblib/core/mixins/simple_init.rb', line 116 def collect_method(name = nil) @collect_method = name if name @collect_method ||= _super_collect_method end |