# File lib/sass/script/functions.rb, line 2142 def map_has_key(map, key) assert_type map, :Map, :map bool(map.to_h.has_key?(key)) end