Sha256: fb92acae031ff1ebfb3c6ef8f60fa6df2972c49b2a86e1848c9a880abb306089

Contents?: true

Size: 1.32 KB

Versions: 1

Compression:

Stored size: 1.32 KB

Contents

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