class Sass::Value::String

def initialize(text = '', quoted: true)

Parameters:
  • quoted (::Boolean) --
  • text (::String) --
def initialize(text = '', quoted: true)
  @text = text.freeze
  @quoted = quoted
end