1 2 3 4 5 6 7
<%- content = '' @irker_conf.keys.sort.each {|key| content += key + ' = ' + @irker_conf[key] + "\n" } -%> <%= content %>