# File lib/sass/script/value/helpers.rb, line 113
    def quoted_string(str)
      Sass::Script::String.new(str, :string)
    end