Flowdock
matches(sym, args) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/message_expectation.rb, line 99
      def matches(sym, args)
        @sym == sym and @args_expectation.args_match?(args)
      end
Register or log in to add new notes.