class Mocha::StubbedMethod
def unstub
def unstub remove_new_method mock.unstub(method_name.to_sym) return if mock.any_expectations? reset_mocha end
def unstub remove_new_method mock.unstub(method_name.to_sym) return if mock.any_expectations? reset_mocha end