# File lib/map.rb, line 171
    def match(haystack, needle)
      intersection(haystack, needle) == needle
    end