Sha256: 8dbf6ffff208d102d2d66015d358116a90708e65e67528503c8550a5ca0199fd

Contents?: true

Size: 654 Bytes

Versions: 6

Compression:

Stored size: 654 Bytes

Contents

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

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

    Test__Unit__TestCase [
        URL = "classes/Test/Unit/TestCase.html",
        label = "Test::Unit::TestCase"
    ]

    Test__Unit__TestCase -> TestDisassembly [

    ]

}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dsktool-0.1.1 doc/dot/f_5.dot
dsktool-0.1.2 doc/dot/f_5.dot
dsktool-0.1.3 doc/dot/f_5.dot
dsktool-0.1.4 doc/dot/f_5.dot
dsktool-0.2.1 doc/dot/f_9.dot
dsktool-0.1.5 doc/dot/f_7.dot