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