File: header.erb

package info (click to toggle)
yard 0.9.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,720 kB
  • sloc: ruby: 31,354; javascript: 7,608; makefile: 21
file content (6 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
subgraph cluster_<%= format_path object %> {
  label = "<%= h(object.name) unless object.path == "" %>"; labelloc=b;
  <% for obj in @modules %>
    <%= yieldall :object => obj %>
  <% end %>
}