Sha256: 4679472c8e866f1ee27acd6bef1c57dab3237e696cc567bcf8cc7a737d6f54e7
Contents?: true
Size: 419 Bytes
Versions: 39
Compression:
Stored size: 419 Bytes
Contents
<% @title = _('Function Index') %> <p> <%= manual_home_link() %> > <%= _('All Functions') %> </p> <% headline_init %> <%= headline(_("Function Index")) %> <table class="entries functions"> <% headline_push @entries.each do |f| %> <tr> <td class="signature"><%= function_link(f.name) %></td> <td class="description"><%= compile_rd(f.synopsis_source) %></td> </tr> <% end headline_pop %> </table>
Version data entries
39 entries across 27 versions & 1 rubygems