aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/irker.conf
blob: d037a12076f5cc55ea381fdb116df9365555a88f (plain)
1
2
3
4
5
6
7
<%-
  content = ''
  @irker_conf.keys.sort.each {|key|
    content += key + ' = ' + @irker_conf[key] + "\n"
  }
-%>
<%= content %>