digraph TopLevel { compound = true bgcolor = lightcyan1 fontname = Arial fontsize = 8 label = "TopLevel" node [ fontname = Arial, fontsize = 8, color = black ] Period [ fontcolor = black, URL = "classes/Period.html", shape = ellipse, color = palegoldenrod, style = filled, label = "Period" ] Localization [ URL = "classes/Localization.html", shape = box, label = "Localization" ] Localization -> Period [ ] Localization -> Period [ ] ActiveRecord__Base [ URL = "classes/ActiveRecord/Base.html", label = "ActiveRecord::Base" ] ActiveRecord__Base -> Period [ ] }