# File lib/sass/script/value/base.rb, line 59 def eq(other) Sass::Script::Value::Bool.new(self.class == other.class && value == other.value) end