module Sass::Value

def [](index)

Returns:
  • (Value) -

Parameters:
  • index (Numeric) --
def [](index)
  at(index)
end