Sha256: 1952a630a93f0f796f2be92c361d049baaea02674700f410db7dcdbf9762fc13

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

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

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

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

    NativeFileType -> AtariText [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

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