# File lib/mocha/class_method.rb, line 68
68:     def eql?(other)
69:       return false unless (other.class == self.class)
70:       (stubbee.object_id == other.stubbee.object_id) and (method == other.method)
71:     end