# File lib/rr/wildcard_matchers/hash_including.rb, line 19
      def ==(other)
        other.is_a?(self.class) &&
        other.expected_hash == self.expected_hash
      end