Sha256: ed91e0e9ca74baa3da7db0f3ff82aca7b932e5dfd36c2c6326052ccbb858452a

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

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

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

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

    NativeFileType -> AtariBasic [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

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