Sha256: 3edcfc85aa2a5c9a6ac70993851c7c0a4ef101f4f1784b93bd7a90837324df82
Contents?: true
Size: 458 Bytes
Versions: 6
Compression:
Stored size: 458 Bytes
Contents
<% @title = _('Function Index') @description = _('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
6 entries across 6 versions & 1 rubygems