class WebMock::Matchers::HashIncludingMatcher

def inspect

def inspect
  "hash_including(#{@expected.inspect})"
end