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