Sha256: 7254cfc0d58ed20096955147dbcb3df089a08b0650e87d1442ef6b7960de5bd2

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

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

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

    Test__Unit__TestCase [
        URL = none,
        label = "Test::Unit::TestCase"
    ]

    Test__Unit__TestCase -> Contract [

    ]

    subgraph cluster_Contract__ContractException {
        fillcolor = palegreen3
        URL = "classes/Contract/ContractException.html"
        fontname = Arial
        color = blue
        label = "Contract::ContractException"
        style = filled

    }

    subgraph cluster_Contract__Check {
        fillcolor = palegreen3
        URL = "classes/Contract/Check.html"
        fontname = Arial
        color = blue
        label = "Contract::Check"
        style = filled

    }

    subgraph cluster_Contract__SuiteMixin {
        fillcolor = palegreen3
        URL = "classes/Contract/SuiteMixin.html"
        fontname = Arial
        color = blue
        label = "Contract::SuiteMixin"
        style = filled

    }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-contract-0.1.1 doc/dot/f_5.dot