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/hash_including_matcher.rb, line 27 def initialize(ignore) end
Public Instance Methods
==(other)
click to toggle source
# File lib/webmock/matchers/hash_including_matcher.rb, line 30 def ==(other) true end