Sha256: a4acb2a6e94fb62b4137cdb3d624db56978b7a5cc608ea05aa1d37e9905dea93
Contents?: true
Size: 692 Bytes
Versions: 16
Compression:
Stored size: 692 Bytes
Contents
<html> <head> <title>Roodi Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Roodi Results</h1> <p><a href="http://roodi.rubyforge.org/">Roodi</a> parses your Ruby code and warns you about design issues you have based on the checks that is has configured.</p> <table> <tr> <th>File Path</th> <th>Warning</th> </tr> <% @matches.each_with_index do |match, count| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= link_to_filename(match.first.split(':').first) if match.first %></td> <td><%= match[1] %></td> </tr> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
16 entries across 16 versions & 4 rubygems