Sha256: 2b7ecb8cf3a22ba22f56838b6ea23b666ebbdbbe415c1c2ffc2a82e5c7a5e248
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 getter in site.data.getters %} <tr> <td> <code style="white-space: nowrap;">{{ getter.name }}</code> </td> <td> <span>{{ getter.description }}</span> </td> </tr> {% endfor %} </tbody> </table> </div>
Version data entries
64 entries across 64 versions & 1 rubygems