Sha256: ff8f7432ec168dcefd13440b1e98cf7efc9155b030b607e1307b046f153e473b

Contents?: true

Size: 744 Bytes

Versions: 10

Compression:

Stored size: 744 Bytes

Contents

<%
    entry = @entries.sort.first
    @title = "#{entry.type_label} #{entry.label}"
    @description = entry.description
%>
<p>
<%= manual_home_link() %>
&gt; <a href="<%= library_index_url() %>"><%= _('All Libraries') %></a>
&gt; <%= friendly_library_link(entry.library.name) %>
&gt; <%= class_link(entry.klass.name, _(entry.klass.type.to_s + ' %s', entry.klass.name)) %>
&gt; <% if entry.typename == :special_variable %>$<% end %><%=h entry.name %>
<% unless entry.really_public? %>(<%= entry.visibility %>)<% end %>
</p>
<%= search_form() %>


<% headline_init %>
<%= headline("#{entry.type_label} #{entry.label}") %>
<% headline_push %>
<dl class="methodlist">
<% @entries.sort.each do |ent| %>
<%= compile_method(ent) %>
<% end %>
</dl>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 data/bitclust/template/method
bitclust-core-1.2.6 data/bitclust/template/method
bitclust-core-1.2.5 data/bitclust/template/method
bitclust-core-1.2.4 data/bitclust/template/method
bitclust-core-1.2.3 data/bitclust/template/method
bitclust-core-1.2.2 data/bitclust/template/method
bitclust-core-1.2.1 data/bitclust/template/method
bitclust-core-1.2.0 data/bitclust/template/method
bitclust-core-1.1.1 data/bitclust/template/method
bitclust-core-1.1.0 data/bitclust/template/method