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