# File lib/webmock/matchers/hash_including_matcher.rb, line 6
      def initialize(expected)
        @expected = Hash[WebMock::Util::HashKeysStringifier.stringify_keys!(expected, :deep => true).sort]
      end