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