Sha256: 8b0134d32794fb5e370fb720c7f07b42f7b503215bd2e854cd59fe98f831a0d6
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
<%= title %> <% notes.each do |label, per_file| %> <%= label %>: <% per_file.each do |file, line_notes| %> <% line_notes.sort!{ |a,b| a[0] <=> b[0] } %><% line_notes.each do |line, note| %> * <%= note %> (<%= file %>:<%= line %>) <% end; end; end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dnote-1.1.1 | lib/dnote/templates/gnu.erb |
dnote-1.1 | lib/dnote/templates/gnu.erb |