# File lib/sass/script/value/map.rb, line 42 def eq(other) Bool.new(other.is_a?(Map) && value == other.value) end