Flowdock
method

constraints_block_matches?

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Mocks::ArgumentExpectation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.

constraints_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 34
      def constraints_block_matches?(given_args)
        @constraints_block ? @constraints_block.call(*given_args) : nil
      end
Register or log in to add new notes.