| Class | Sass::Script::Value::Null |
| In: |
lib/sass/script/value/null.rb
|
| Parent: | Base |
| NULL | = | new(nil) |
The null value in SassScript.
This is assigned before new is overridden below so that we use the default implementation. |
We override object creation so that users of the core API will not need to know that null is a specific constant.
@private @return [Null] the {NULL} constant.