# File lib/sass/script/functions.rb, line 2053 def map_get(map, key) assert_type map, :Map, :map map.to_h[key] || null end