Sha256: 39324947db9767c8ff982e6c3fa6a204768f964ab10ad57b30ef245ffe56b3f9

Contents?: true

Size: 708 Bytes

Versions: 8

Compression:

Stored size: 708 Bytes

Contents

<%
    entry = @entries.sort.first
    @title = "#{entry.type_label} #{entry.label}"
%>
<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>

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

Version data entries

8 entries across 8 versions & 1 rubygems

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