Method: Sass::Script::Value::Base#to_bool
- Defined in:
- lib/sass/script/value/base.rb
#to_bool ⇒ Boolean
Returns true (the Ruby boolean value).
167 168 169 |
# File 'lib/sass/script/value/base.rb', line 167
def to_bool
true
end
|