From 828d9edcec46bc074e0e1475dff6839d1b3a4a4b Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 27 Sep 2007 20:55:01 +0000 Subject: [PATCH] simpler fix --- tclpkg/gv/demo/modgraph.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tclpkg/gv/demo/modgraph.rb b/tclpkg/gv/demo/modgraph.rb index b5194aba5..c57b6bafd 100755 --- a/tclpkg/gv/demo/modgraph.rb +++ b/tclpkg/gv/demo/modgraph.rb @@ -4,8 +4,7 @@ # author: John Ellson -$:.push("/usr/lib/graphviz/ruby") -require 'gv' +require '/usr/lib/graphviz/ruby/gv.so' G = Gv.digraph("G") N = Gv.protonode(G) -- 2.40.0