# File lib/gettext/tools/parser/erb.rb, line 24
    def init(config)
      config.each{|k, v|
        @config[k] = v
      }
    end