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