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