Sha256: b03c7b87f6e20fac9be7f0815b111c270a129aa9cf6b45c43b0c327ef4cfb26e
Contents?: true
Size: 236 Bytes
Versions: 21
Compression:
Stored size: 236 Bytes
Contents
<%= title %> <% notes.by_label.each do |label, line_notes| %> <%= label %> <% line_notes.each_with_index do |note, i| %> <%= note.text.indent(6).sub(' ' * 6,(" %3s. " % [i+1])) %> (<%= note.file %>:<%= note.line %>) <% end; end %>
Version data entries
21 entries across 14 versions & 2 rubygems