Sha256: 8f1274da1c79174383f1f5fdf30df1cd093cba90404a133b04c3c1ffd1e3c35b
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
<table> <tr> <th colspan="<%= width %>">DaruLite::MultiIndex(<%= size %>x<%= width %>)</th> </tr> <% DaruLite::IRuby::Helpers.tuples_with_rowspans(self).each do |row| %> <tr> <% row.each do |val, span| %> <th rowspan="<%= span %>"><%= val %></th> <% end %> </tr> <% end %> </table>
Version data entries
4 entries across 4 versions & 1 rubygems