method

matches_name_but_not_args

matches_name_but_not_args(sym, args)
public

No documentation available.

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