Sha256: e4f7dabaa36a38ca81b2e94e628280d678372570e3a05dd60fddb6c7dc16f377

Contents?: true

Size: 665 Bytes

Versions: 31

Compression:

Stored size: 665 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">
<% @entries.sort.each do |ent| %>
<%= compile_method(ent) %>
<% end %>
</dl>

Version data entries

31 entries across 19 versions & 1 rubygems

Version Path
bitclust-core-1.1.1 data/bitclust/template.epub/method
bitclust-core-1.1.0 data/bitclust/template.epub/method
bitclust-core-1.0.0 data/bitclust/template.offline/method
bitclust-core-1.0.0 data/bitclust/template.epub/method
bitclust-core-0.9.6 data/bitclust/template.epub/method
bitclust-core-0.9.6 data/bitclust/template.offline/method
bitclust-core-0.9.5 data/bitclust/template.offline/method
bitclust-core-0.9.5 data/bitclust/template.epub/method
bitclust-core-0.9.4 data/bitclust/template.offline/method
bitclust-core-0.9.4 data/bitclust/template.epub/method
bitclust-core-0.9.3 data/bitclust/template.offline/method
bitclust-core-0.9.3 data/bitclust/template.epub/method
bitclust-core-0.9.2 data/bitclust/template.offline/method
bitclust-core-0.9.2 data/bitclust/template.epub/method
bitclust-core-0.9.1 data/bitclust/template.epub/method
bitclust-core-0.9.1 data/bitclust/template.offline/method
bitclust-core-0.9.0 data/bitclust/template.epub/method
bitclust-core-0.9.0 data/bitclust/template.offline/method
bitclust-core-0.8.0 data/bitclust/template.offline/method
bitclust-core-0.7.0 data/bitclust/template.offline/method