# File lib/sup/source.rb, line 174
  def after_unmarshal!
    @labels = Set.new(@labels.map { |s| s.to_sym })
  end