Class: WebMock::Matchers::AnyArgMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/webmock/matchers/hash_including_matcher.rb

Overview

this is a based on RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

Instance Method Summary collapse

Constructor Details

#initialize(ignore) ⇒ AnyArgMatcher

Returns a new instance of AnyArgMatcher.



27
28
# File 'lib/webmock/matchers/hash_including_matcher.rb', line 27

def initialize(ignore)
end

Instance Method Details

#==(other) ⇒ Object



30
31
32
# File 'lib/webmock/matchers/hash_including_matcher.rb', line 30

def ==(other)
  true
end