Module: Dicer::Behavior::ClassMethods
- Defined in:
- lib/dicer/behavior.rb
Instance Method Summary collapse
Instance Method Details
#behavior_methods ⇒ Object
| 12 13 14 | # File 'lib/dicer/behavior.rb', line 12 def behavior_methods @behavior_methods ||= [] end | 
#method_added(name) ⇒ Object
| 8 9 10 | # File 'lib/dicer/behavior.rb', line 8 def method_added(name) behavior_methods << name end |