Class: RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/mocks/argument_matchers.rb

Instance Method Summary (collapse)

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