# File lib/mocha/class_method.rb, line 72
72:     def eql?(other)
73:       return false unless (other.class == self.class)
74:       (stubbee.object_id == other.stubbee.object_id) and (method == other.method)
75:     end