Sha256: a14e5c5c95c8b7b51c9eeec76426f5b6102396ca2c3be1172c4069cc8ea97c3d

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
    ]

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

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

    Array -> FileContainer [

    ]

}

Version data entries

1 entries across 1 versions & 1 rubygems

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