Sha256: 9838c6b631eea380199cd4144471220c59e0df3a53a5a787039a60a16632ae71

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

digraph TopLevel {
    compound = true
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "TopLevel"
    node [
        fontname = Arial,
        fontsize = 8,
        color = black
    ]

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

    HostSystem [
        URL = "classes/HostSystem.html",
        label = "HostSystem"
    ]

    HostSystem -> C64 [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ripxplore-0.0.2 doc/dot/f_19.dot