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