class Sass::Value::Calculation
def ==(other)
-
(::Boolean)
-
def ==(other) other.is_a?(Sass::Value::Calculation) && other.name == name && other.arguments == arguments end
(::Boolean)
-
def ==(other) other.is_a?(Sass::Value::Calculation) && other.name == name && other.arguments == arguments end