# File lib/sass/script/functions.rb, line 1055 def quote(string) assert_type string, :String Sass::Script::String.new(string.value, :string) end