Sha256: 42075f7f454fd3c2c2cc10a7a1f4fd6e1c04f2c43afefacc5b6f15fa041328a4

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

digraph TopLevel {
    compound = true
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "lib/contract.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_7.dot