# File lib/sass/script/functions.rb, line 1256 def length(list) Sass::Script::Number.new(list.to_a.size) end