class RSpec::Mocks::BaseExpectation

def matches?(sym, *args)

def matches?(sym, *args)
  @sym == sym and @args_expectation.args_match?(*args)
end