class Sass::Script::Literal

def to_a

Returns:
  • (Array) - The of this literal as a list
def to_a
  [self]
end