# File lib/sass/script/value/helpers.rb, line 119 def unquoted_string(str) Sass::Script::String.new(str, :identifier) end