# File lib/mocha/instance_method.rb, line 11
11:     def restore_original_method
12:       super if singleton_method?(hidden_method)
13:     end