@api private Provides the implementation for `yield_successive_args`. Not intended to be instantiated directly.
@private
# File lib/rspec/matchers/built_in/yield.rb, line 363 def description desc = "yield successive args" desc << "(#{expected_arg_description})" desc end
# File lib/rspec/matchers/built_in/yield.rb, line 348 def does_not_match?(block) !matches?(block) && @probe.has_block? end
@private
# File lib/rspec/matchers/built_in/yield.rb, line 353 def failure_message "expected given block to yield successively with arguments, but #{positive_failure_reason}" end
@private
# File lib/rspec/matchers/built_in/yield.rb, line 358 def failure_message_when_negated "expected given block not to yield successively with arguments, but #{negative_failure_reason}" end
Generated with the Darkfish Rdoc Generator 2.