Class: WebMock::Matchers::AnyArgMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/webmock/matchers/any_arg_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.



5
6
# File 'lib/webmock/matchers/any_arg_matcher.rb', line 5

def initialize(ignore)
end

Instance Method Details

#==(other) ⇒ Object



8
9
10
# File 'lib/webmock/matchers/any_arg_matcher.rb', line 8

def ==(other)
  true
end