Sha256: 1c008f9a4cfc9b4f9a61f6221f5176bb78b0213ef10198d2aabed0bc8426a503
Contents?: true
Size: 316 Bytes
Versions: 14
Compression:
Stored size: 316 Bytes
Contents
= <%= title %><% notes.by_label_file.each do |label, per_file| %> == <%= label %> <% per_file.each do |file, line_notes| %> === file://<%= file %> <% line_notes.each do |note| %> * <%= note %> (<%= note.line %>) <% if note.code? %><%= "\n" + note.code.tabset(4).rstrip + "\n\n" %><% end %> <% end; end; end %>
Version data entries
14 entries across 7 versions & 2 rubygems