class Sass::Script::Value::Null

def to_bool

Returns:
  • (Boolean) - `false` (the Ruby boolean value)
def to_bool
  false
end