Sha256: 64b6726bd986b68c15edccec34ae2b0b9c7f652a75360f76ad2231c08fdcd110
Contents?: true
Size: 289 Bytes
Versions: 230
Compression:
Stored size: 289 Bytes
Contents
<h2>Templates</h2> <% template_rows.each do |template| %> <p><%= template[0] %></p> <table> <thead> <tr> <th>Output</th> </tr> </thead> <tbody> <% template[1].each do |call| %> <tr> <td><%= call %></td> </tr> <% end %> </tbody> </table> <% end %>
Version data entries
230 entries across 216 versions & 5 rubygems