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

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

Instance Method Summary collapse

Constructor Details

#initialize(ignore) ⇒ AnyArgMatcher

Returns a new instance of AnyArgMatcher.



19
20
# File 'lib/rspec/mocks/argument_matchers.rb', line 19

def initialize(ignore)
end

Instance Method Details

#==(other) ⇒ Object



22
23
24
# File 'lib/rspec/mocks/argument_matchers.rb', line 22

def ==(other)
  true
end