Method: Mocha::ClassMethod#remove_new_method

Defined in:
lib/mocha/class_method.rb

#remove_new_methodObject



47
48
49
# File 'lib/mocha/class_method.rb', line 47

def remove_new_method
  stubbee.__metaclass__.send(:remove_method, method)
end