Sha256: ead46b54578614b1f0ae1f304a0213bc64a2f337e9c1f70025a5d7277b7bc019
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
> Attributes: ------------- <% ['class', 'instance'].select {|s| object.attributes[s].length > 0 }.each do |scope| %> <% object.attributes[scope].sort_by {|o| o.to_s.downcase }.each do |name, rw| %> <%= uml_visibility rw.values.compact.first %> <%= rw.values.compact.first.name(true) %><%= " " if scope == 'class' %> [<%= ['read', 'write'].map {|t| rw[t] ? t[0,1].upcase : ' ' }.compact.join %>] (<%= rw.values.compact.first.visibility %>) <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-0.2.2 | templates/default/attributes/text/header.erb |