Method: Contracts::MethodDecorators#method_added

Defined in:
lib/contracts/decorators.rb

#method_added(name) ⇒ Object



14
15
16
17
# File 'lib/contracts/decorators.rb', line 14

def method_added(name)
  MethodHandler.new(name, false, self).handle
  super
end