class Sass::Value::String
def initialize(text = '', quoted: true)
-
quoted
(::Boolean
) -- -
text
(::String
) --
def initialize(text = '', quoted: true) @text = text.freeze @quoted = quoted end
quoted
(::Boolean
)
--
text
(::String
)
--
def initialize(text = '', quoted: true) @text = text.freeze @quoted = quoted end