Method: Sass::Script::Value::Base#to_bool

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

#to_boolBoolean

Returns true (the Ruby boolean value).

Returns:

  • (Boolean)

    true (the Ruby boolean value)



167
168
169
# File 'lib/sass/script/value/base.rb', line 167

def to_bool
  true
end