Method: Mocha::ClassMethod#unstub

Defined in:
lib/mocha/class_method.rb

#unstubObject



19
20
21
22
23
# File 'lib/mocha/class_method.rb', line 19

def unstub
  remove_new_method
  restore_original_method
  stubbee.reset_mocha
end