File: f_2.dot

package info (click to toggle)
rbot 0.9.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,536 kB
  • ctags: 667
  • sloc: ruby: 5,581; xml: 99; makefile: 15; sh: 1
file content (25 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph TopLevel {
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "contrib/plugins/ri.rb"
    node [
        fontname = Arial,
        fontsize = 8,
        color = black
    ]

    RiPlugin [
        fontcolor = black,
        URL = "classes/RiPlugin.html",
        color = palegoldenrod,
        style = filled,
        label = "RiPlugin"
    ]

    Plugin -> RiPlugin [

    ]

}