Sha256: 02440795323d5862a4b493bd40832e6998378626258c98f8db28a510e31825ab

Contents?: true

Size: 715 Bytes

Versions: 8

Compression:

Stored size: 715 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; library <%= library_link(entry.library.name) %>
&gt; <%= entry.klass.type %> <%= class_link(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.lillia/method
bitclust-core-1.2.6 data/bitclust/template.lillia/method
bitclust-core-1.2.5 data/bitclust/template.lillia/method
bitclust-core-1.2.4 data/bitclust/template.lillia/method
bitclust-core-1.2.3 data/bitclust/template.lillia/method
bitclust-core-1.2.2 data/bitclust/template.lillia/method
bitclust-core-1.2.1 data/bitclust/template.lillia/method
bitclust-core-1.2.0 data/bitclust/template.lillia/method