class Mocha::StubbedMethod
def hide_original_method
def hide_original_method return unless original_method_owner.__method_exists__?(method_name) store_original_method_visibility use_prepended_module_for_stub_method end
def hide_original_method return unless original_method_owner.__method_exists__?(method_name) store_original_method_visibility use_prepended_module_for_stub_method end