# File lib/mercenary/program.rb, line 11
    def initialize(name)
      @config = {}
      super(name)
    end