class Sass::Script::Literal

def to_s(opts = {})

Returns:
  • (String) -
def to_s(opts = {})
  raise Sass::SyntaxError.new("[BUG] All subclasses of Sass::Literal must implement #to_s.")
end