class Sass::Script::Value::Base

def inspect

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