Sass::Script::Literal
A SassScript object representing a boolean (true or false) value.
The Ruby value of the boolean.
@return [Boolean]
@return [String] “true” or “false”
# File lib/sass/script/bool.rb, line 13 def to_s(opts = {}) @value.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.