method
constraints_block_matches?
1.1.12 -
Show latest stable
- Class:
Spec::Mocks::ArgumentExpectation
constraints_block_matches?(given_args)public
No documentation available.
# File lib/spec/mocks/argument_expectation.rb, line 34
def constraints_block_matches?(given_args)
@constraints_block ? @constraints_block.call(*given_args) : nil
end