Libraries
»
dicer
(0.1.0)
»
Index
»
Dicer
»
Behavior
»
ClassMethods
»
#method_added
Method: Dicer::Behavior::ClassMethods#method_added
Defined in:
lib/dicer/behavior.rb
#
method_added
(name) ⇒
Object
8 9 10
# File 'lib/dicer/behavior.rb', line 8
def
method_added
(
name
)
behavior_methods
<<
name
end