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