Sha256: dc08216bde337ae957d5efbe2fc4bd6f32ad6669a1c990a38ec699925f664d54

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

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

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

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

    HostSystem -> Atari800 [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

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