class WebMock::Matchers::AnyArgMatcher

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

Public Class Methods

new(ignore) click to toggle source
# File lib/webmock/matchers/any_arg_matcher.rb, line 7
def initialize(ignore)
end

Public Instance Methods

==(other) click to toggle source
# File lib/webmock/matchers/any_arg_matcher.rb, line 10
def ==(other)
  true
end