A SassScript object representing a null value.
The null value in SassScript.
This is assigned before new is overridden below so that we use the default implementation.
Returns a string representing a null value.
@return [String]
# File lib/sass/script/value/null.rb, line 45 def inspect 'null' end
# File lib/sass/script/value/null.rb, line 28 def neq(other) return other.neq(self) if other.is_a?(DeprecatedFalse) super end
@return [Boolean] `true`
# File lib/sass/script/value/null.rb, line 24 def null? true end
@return [Boolean] `false` (the Ruby boolean value)
# File lib/sass/script/value/null.rb, line 19 def to_bool false end
Generated with the Darkfish Rdoc Generator 2.