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() %> > <a href="<%= library_index_url() %>"><%= _('All Libraries') %></a> > library <%= library_link(entry.library.name) %> > <%= entry.klass.type %> <%= class_link(entry.klass.name) %> > <% 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