Sha256: c2e57db7af93d8725cabe5bf94ebef565c669a05232ff345e2851566c57310b3

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
    ]

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

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

    FileSystem -> AtariDos [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

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