% if object[:specifications] %>
Specifications:
<%= "\n\n\n" %><%= spec[:source].split("\n").size.times.to_a.map {|i| spec[:line] + i }.join("\n") %> |
# File '<%= h spec[:file] %>', line <%= object.line %><%= "\n\n" %><%= html_syntax_highlight(unindent(spec[:source])) %>
|