class

Hwaro::Assets::Sass::Str

Inherits Hwaro::Assets::Sass::Value / Reference / Object

Constructors

new(text : String, quoted : Bool, quote_char : Char = '"')
Source

Instance methods

eq?(other : Value) : Bool

Sass equality (==). Subclasses override; default is identity on serialized text.

Source
quote_char
Source
quoted
Source
text

Raw text between the quotes, escapes preserved verbatim.

Source
to_css

CSS text for this value (what lands in output).

Source