# File lib/mocha/instance_method.rb, line 7
7:     def hide_original_method
8:       super if singleton_method?(method)
9:     end