File: header.erb

package info (click to toggle)
yard 0.9.37-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,720 kB
  • sloc: ruby: 31,354; javascript: 7,608; makefile: 21
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
digraph yard {
  graph [rankdir=BT rank=sink outputMode=nodesfirst packMode="graph" splines=true];
  node [shape=record rank=sink rankType=sink];

  <%= yieldall %>
}