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 } }