# File lib/mocha/class_method.rb, line 28
28:     def hide_original_method
29:       stubbee.__metaclass__.class_eval "alias_method :#{hidden_method}, :#{method}" if stubbee.__metaclass__.method_defined?(method)
30:     end