class SassC::Script::Value::Bool

def to_s(opts = {})

Returns the string "true" or "false" for this value
def to_s(opts = {})
  @value.to_s
end