class Sass::Value::Color
def ==(other)
def ==(other) other.is_a?(Sass::Value::Color) && other.red == red && other.green == green && other.blue == blue && other.alpha == alpha end
def ==(other) other.is_a?(Sass::Value::Color) && other.red == red && other.green == green && other.blue == blue && other.alpha == alpha end