Method: Sass::Script::Value::Null#to_bool

Defined in:
lib/sass/script/value/null.rb

#to_boolBoolean

Returns false (the Ruby boolean value).

Returns:

  • (Boolean)

    false (the Ruby boolean value)



19
20
21
# File 'lib/sass/script/value/null.rb', line 19

def to_bool
  false
end