Sha256: e9f7472c2322d133d88c6491dad7df9eac33cf62a9fe29f3809a5b5aa9af5db6
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 Bytes
Contents
<% entry = @entry @title = "#{entry.type_label} #{entry.label}" @description = @entry.description %> <p> <%= manual_home_link() %> > <a href="<%= function_index_url() %>"><%= _('All Functions') %></a> > <%=h entry.name %> <% unless entry.public? %>(static)<% end %> </p> <% headline_init %> <%= headline("#{entry.type_label} #{entry.label}") %> <dl class="functionlist"> <dt> <code><%= entry.header %></code> </dt> <dd> <%= compile_function(entry) %> </dd> </dl>
Version data entries
6 entries across 6 versions & 1 rubygems