Sha256: aeed0a7626cb8fa996152011985f745e3abae561539ba63b4ee0567ed368cdd4
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 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 %>) <% if note.code? %><%= "\n" + note.code.tabset(8) + "\n" %><% end %> <% end; end %>
Version data entries
7 entries across 7 versions & 2 rubygems