Class | Sass::Script::Value::Bool |
In: |
lib/sass/script/value/bool.rb
|
Parent: | Base |
value | -> | to_bool |
value | [R] |
The Ruby value of the boolean.
@return [Boolean] |
We override object creation so that users of the core API will not need to know that booleans are specific constants.
@param value A ruby value that will be tested for truthiness. @return [Bool] TRUE if value is truthy, FALSE if value is falsey