# File lib/sass/script/string.rb, line 22
    def initialize(value, type = :identifier)
      super(value)
      @type = type
    end