A SassScript object representing a null value.
Returns a string representing a null value.
@return [String]
# File lib/sass/script/null.rb, line 33 def inspect 'null' end
@return [Boolean] `true`
# File lib/sass/script/null.rb, line 17 def null? true end
@return [Boolean] `false` (the Ruby boolean value)
# File lib/sass/script/null.rb, line 12 def to_bool false end
Generated with the Darkfish Rdoc Generator 2.