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