Flowdock
method

matchers_match?

Importance_0
matchers_match?(given_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/argument_expectation.rb, line 38
      def matchers_match?(given_args)
        @matchers == given_args
      end
Register or log in to add new notes.