Sha256: 8bacfe1eab52d8a9c964d2a482cc7f52cc01507b2bd70b95bdf2cb2a61925764
Contents?: true
Size: 371 Bytes
Versions: 7
Compression:
Stored size: 371 Bytes
Contents
<%= title %> <%= '=' * title.to_s.size %> <% notes.by_label_file.each do |label, per_file| %> <%= label %> <%= '-' * (label.size) %> <% 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
7 entries across 7 versions & 2 rubygems