Flowdock
method

matchers_block_matches?

Importance_0
matchers_block_matches?(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 36
      def matchers_block_matches?(given_args)
        @matchers_block ? @matchers_block.call(*given_args) : nil
      end
Register or log in to add new notes.