Sha256: cc2634d9be101f2bb8314543edfc2a47965b66240a5167d5430f0f0b3ee23915
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
<tbody> <% @index.each_with_index.first(threshold).each do |index, pos| %> <tr> <td><%= index %></td> <td><%= self.at(pos) %></td> </tr> <% end %> <% if size > threshold %> <% last_index = @index.size-1 %> <tr><td>...</td><td>...</td></tr> <tr> <td><%= last_index %></td> <td><%= self.at last_index %></td> </tr> <% end %> </tbody>
Version data entries
9 entries across 9 versions & 2 rubygems