Sha256: 654ee75adb86e300cfd488db730cce4b9ee16f455efc83ab2e7b7463c57b6155

Contents?: true

Size: 322 Bytes

Versions: 24

Compression:

Stored size: 322 Bytes

Contents

<% scopes(localmethods) do |meths, scope| %>
	<h3 class="inherited"><%= scope.to_s.capitalize %> Methods</h3>
	    <ul id="methods_ribbon">
	    <% n = 1 %>
	    <% meths.each do |meth| %>
	      <li class="r<%= n %>"><%= linkify(meth,meth.name) %></li>
	      <% n = n == 2 ? 1 : 2 %>
	    <% end %>
	    </ul>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
yard-slipstream-0.1.23 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.22 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.21 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.20 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.19 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.18 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.17 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.16 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.15 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.14 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.13 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.12 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.11 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.10 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.9 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.8 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.7 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.6 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.5 templates/default/module/html/local_methods.erb
yard-slipstream-0.1.4 templates/default/module/html/local_methods.erb