class SassC::Script::Value

def to_a

Single Values are considered the same as single-element arrays.
Returns the value of this Value as an array.
def to_a
  [self]
end