# File lib/rr/wildcard_matchers/hash_including.rb, line 6
      def initialize(expected_hash)
        @expected_hash = expected_hash.dup
      end