Sha256: 82168865dbc4957621e2959e5d93b33d62ff4400ee684ef94c95c6897e9753bb
Contents?: true
Size: 440 Bytes
Versions: 31
Compression:
Stored size: 440 Bytes
Contents
<% @title = _('Function Index') %> <p> <%= manual_home_link() %> > <%= _('All Functions') %> </p> <%= search_form() %> <% 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
31 entries across 27 versions & 1 rubygems