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