# File lib/sass/script/functions.rb, line 1476 def str_length(string) assert_type string, :String, :string number(string.value.size) end