Method: WebMock::API#hash_excluding

Defined in:
lib/webmock/api.rb

#hash_excluding(*args) ⇒ Object



59
60
61
62
63
64
65
# File 'lib/webmock/api.rb', line 59

def hash_excluding(*args)
  if defined?(super)
    super
  else
    WebMock::Matchers::HashExcludingMatcher.new(anythingize_lonely_keys(*args))
  end
end