class SassC::Script::Value::Bool
def self.new(value)
will not need to know that booleans are specific constants.
We override object creation so that users of the core API
def self.new(value) value ? TRUE : FALSE end
def to_s(opts = {})
def to_s(opts = {}) @value.to_s end