# File lib/sass/script/functions.rb, line 1834
    def length(list)
      number(list.to_a.size)
    end