Sha256: 7514f063c84b84edbe5543f07ff464201cb34a071148df096e064de6f1919c80
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
<% scopes(attr_listing) do |list, scope| %> <div id="<%= scope %>_attr_details" class="attr_details"> <h2><%= scope.to_s.capitalize %> Attribute Details</h2> <% list.each_with_index do |meth, i| %> <% rw = meth.attr_info %> <span id="<%= anchor_for(rw[:write]) %>"></span> <span id="<%= anchor_for(rw[:read]) %>"></span> <%= yieldall :object => meth, :owner => object, :index => i %> <% end %> </div> <% end %>
Version data entries
5 entries across 5 versions & 2 rubygems