require “<%= config %>/version” <%- if config -%> require “<%= config %>/<%= config %>” <%- end -%>
<%- config.each_with_index do |c, i| -%> <%= “ ” * i %>module <%= c %> <%- end -%> <%= “ ” * config.size %># Your code goes here… <%- (config.size-1).downto(0) do |i| -%> <%= “ ” * i %>end <%- end -%>