class Sass::Script::Literal

def to_bool

Returns:
  • (Boolean) - `true` (the Ruby boolean value)
def to_bool
  true
end