############################################################################### # <%= receiver %> configuration<%= configurations.length > 1 ? 's' : '' %> ############################################################################### <% configurations.each do |key, config| %> <% Lazydoc::Comment.wrap(config.desc.to_s, 50, 2).each do |line| %> # <%= line %> <% end %> <%= config.default == nil ? '#' : '' %><%= yamlize({key.to_s => config.default}) %> <% end %>