$:.unshift( "../lib" ); require "graphviz" g = GraphViz::new( "structs", "output" => "png", :path => ARGV[0] ) g.node["shape"] = "plaintext" g.add_node( "HTML" ) g.add_node( "struct1", "html" => '
left | mid dle | right |
one | two |
one | two |
hello world | b | g | h | ||
c | d | e | |||
f |