# File lib/mocha/class_method.rb, line 88
    def matches?(other)
      return false unless other.class == self.class
      (stubbee.object_id == other.stubbee.object_id) && (method == other.method)
    end