Sha256: 8830aeca74d2bfaab0e4081681575665e5705df941ceb9a57db2168e92031690
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
<%= title %> <% notes.each_with_index do |note, index| %> <%= "%4s %s %s" % [index+1, note.label, note.text.gsub("\n", ' ')] %> (<%= note.file %>:<%= note.line %>) <% if note.code? %><%= "\n" + note.code.tabset(8) + "\n" %><% end %> <% end %>
Version data entries
7 entries across 7 versions & 2 rubygems