core :: Text :: to_dot
self
# Returns the graphviz-formatted content of `self` fun to_dot: String do return "digraph g \{\n" + internal_to_dot + "\}\n" end