# File lib/mocha/class_method.rb, line 53
53:     def eql?(other)
54:       return false unless (other.class == self.class)
55:       (stubbee == other.stubbee) and (method == other.method)
56:     end