# File lib/sass/script/functions.rb, line 685 def unquote(str) assert_type str, :String Sass::Script::String.new(str.value, :identifier) end