method

matches

matches(sym, args)
public

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 70
      def matches(sym, args)
        @sym == sym and @args_expectation.check_args(args)
      end