Sha256: 7b8f00cf3cc3a87821866b4169c1fc260b07b6a2162f7c17c70e4c5964902188
Contents?: true
Size: 229 Bytes
Versions: 38
Compression:
Stored size: 229 Bytes
Contents
#!/usr/bin/ruby $:.unshift( "../lib" ); require "graphviz" GraphViz::new( "G" ) { |g| g.hello << g.world g.bonjour - g.monde g.hola > g.mundo g.holla >> g.welt }.output( :path => "/usr/local/bin", :png => "#{$0}.png" )
Version data entries
38 entries across 38 versions & 2 rubygems