Class: RSpec::Matchers::BuiltIn::YieldWithArgs Private
- Inherits:
- 
      BaseMatcher
        - Object
- BaseMatcher
- RSpec::Matchers::BuiltIn::YieldWithArgs
 
- Defined in:
- lib/rspec/matchers/built_in/yield.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Provides the implementation for yield_with_args.
Not intended to be instantiated directly.
Constant Summary
Constant Summary
Constants inherited from BaseMatcher
Instance Method Summary (collapse)
- 
  
      - (YieldWithArgs) initialize(*args) 
  
    constructor
  private
    A new instance of YieldWithArgs. 
Methods inherited from BaseMatcher
#diffable?, #expects_call_stack_jump?, #match_unless_raises
Methods included from Composable
#===, #and, #description_of, #or, should_enumerate?, surface_descriptions_in, unreadable_io?, #values_match?
Constructor Details
- (YieldWithArgs) initialize(*args)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of YieldWithArgs
| 267 268 269 | # File 'lib/rspec/matchers/built_in/yield.rb', line 267 def initialize(*args) @expected = args end |