Sha256: 9037578db431d019c9c7132aefa137f09652126f0cbe4f4d94a4f8cf4ae1277d
Contents?: true
Size: 314 Bytes
Versions: 8
Compression:
Stored size: 314 Bytes
Contents
<table> <tr> <th colspan="<%= width %>">Daru::MultiIndex(<%= size %>x<%= width %>)</th> </tr> <% Daru::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
8 entries across 8 versions & 1 rubygems