class Sass::Script::Literal

def inspect

Returns:
  • (String) - A readable representation of the literal
def inspect
  value.inspect
end