module Morph::ClassMethods
Public Instance Methods
morph_attributes()
click to toggle source
# File lib/morph.rb, line 309 def morph_attributes Chas.morph_attributes(self) end
morph_methods()
click to toggle source
# File lib/morph.rb, line 313 def morph_methods Chas.morph_methods(self) end
Protected Instance Methods
method_added(symbol)
click to toggle source
# File lib/morph.rb, line 319 def method_added symbol Chas.add_method self, symbol end
method_removed(symbol)
click to toggle source
# File lib/morph.rb, line 323 def method_removed symbol Chas.remove_method self, symbol end