Sha256: c9a9c41603f3354e5e29956b66764fb52083464edea5a4f96419d52f6b5a6738
Contents?: true
Size: 582 Bytes
Versions: 64
Compression:
Stored size: 582 Bytes
Contents
<div class="table-container"> <table class="table is-bordered {{ table_class }}"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Description</th> </tr> </tfoot> <tbody> {% for setter in site.data.setters %} <tr> <td> <code style="white-space: nowrap;">{{ setter.name }}</code> </td> <td> <span>{{ setter.description }}</span> </td> </tr> {% endfor %} </tbody> </table> </div>
Version data entries
64 entries across 64 versions & 1 rubygems