Class: WebMock::Matchers::AnyArgMatcher
- Inherits:
-
Object
- Object
- WebMock::Matchers::AnyArgMatcher
- Defined in:
- lib/webmock/matchers/any_arg_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.
7 8 |
# File 'lib/webmock/matchers/any_arg_matcher.rb', line 7 def initialize(ignore) end |
Instance Method Details
#==(other) ⇒ Object
10 11 12 |
# File 'lib/webmock/matchers/any_arg_matcher.rb', line 10 def ==(other) true end |