# File lib/facon/expectation.rb, line 92
    def matches(method, args)
      @method == method && check_arguments(args)
    end