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.



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