Sha256: 4028fe5f5507d4a136c2ff9015702dc74168cc62cbe86713e440f5d029d8ff7a
Contents?: true
Size: 690 Bytes
Versions: 16
Compression:
Stored size: 690 Bytes
Contents
<html> <head> <title>Flay Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Flay Results</h1> <p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p> <table> <tr> <th>Files</th> <th>Matches</th> </tr> <% @matches.each_with_index do |match, count| %> <tr class='<%= cycle("light", "dark", count) %>'> <td> <% match[1..-1].each do |filename| %> <%= link_to_filename(*filename.split(":")) %><br> <% end %> </td> <td><%= match.first %></td> </tr> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
16 entries across 16 versions & 4 rubygems