bin/xml2gv in ruby-graphviz-0.9.21 vs bin/xml2gv in ruby-graphviz-1.0.0
- old
+ new
@@ -91,6 +91,6 @@
usage( )
exit
end
gvxml = GraphViz::XML::new( xFile, :text => true, :attrs => true )
-gvxml.output( xOutFormat => xOutFile, :path => xGVPath )
+gvxml.graph.output( xOutFormat => xOutFile, :path => xGVPath )
\ No newline at end of file