Class: WebMock::Matchers::AnyArgMatcher
- Inherits:
-
Object
- Object
- WebMock::Matchers::AnyArgMatcher
- Defined in:
- lib/webmock/matchers/hash_including_matcher.rb
Overview
this is a based on RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(ignore) ⇒ AnyArgMatcher
constructor
A new instance of AnyArgMatcher.
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 |