class SassC::Script::Value

def to_bool

Returns `true` (all Values are truthy)
def to_bool
  true
end