class Sass::Script::Value::Null

def inspect

Returns:
  • (String) -
def inspect
  'null'
end