# File lib/mocha/class_method.rb, line 77
77:     def matches?(other)
78:       return false unless (other.class == self.class)
79:       (stubbee.object_id == other.stubbee.object_id) and (method == other.method)
80:     end