class Prism::DotVisitor

def to_dot

Convert this visitor into a graphviz dot graph string.
def to_dot
  digraph.to_dot
end