Sha256: 792e6b91facdcd43375c06c24a496c3c63e397f506230d00acb551f18960172f
Contents?: true
Size: 433 Bytes
Versions: 45
Compression:
Stored size: 433 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, :index => i %> <% end %> </div> <% end %>
Version data entries
45 entries across 45 versions & 4 rubygems