<% object.annotated_source.each do |source| %> <% end %>
# File '<%= h object.file %>'<% if object.line %>, line <%= object.line %><% end %>
<%= docstring_comment source.first %>
<%= h show_annotated_lines(source) %>
<%= html_syntax_highlight Array(source.last).join("\n") %>