class Sass::Value::String

def ==(other)

Returns:
  • (::Boolean) -
def ==(other)
  other.is_a?(Sass::Value::String) && other.text == text
end