Class: RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
- Inherits:
 - 
      Object
        
- Object
 - RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
 
 - Defined in:
 - lib/rspec/mocks/argument_matchers.rb
 
Instance Method Summary (collapse)
- - (Object) ==(other)
 - 
  
      - (AnyArgMatcher) initialize(ignore) 
  
    constructor
    
A new instance of AnyArgMatcher.
 
Constructor Details
- (AnyArgMatcher) initialize(ignore)
A new instance of AnyArgMatcher
      21 22  | 
    
      # File 'lib/rspec/mocks/argument_matchers.rb', line 21 def initialize(ignore) end  | 
  
Instance Method Details
- (Object) ==(other)
      24 25 26  | 
    
      # File 'lib/rspec/mocks/argument_matchers.rb', line 24 def ==(other) true end  |