diff options
author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-03 04:20:22 +0000 |
---|---|---|
committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-03 04:20:22 +0000 |
commit | 835e16733d0a8fa3baba4386688e92ad38bd149c (patch) | |
tree | 51d1b84aae85c22d2757a08b286d26ea5e137414 /lib/rdoc/diagram.rb | |
parent | 2fa85831dfd7182eb8d429ed4bde7a60515cf0eb (diff) |
Missing file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/diagram.rb')
-rw-r--r-- | lib/rdoc/diagram.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/diagram.rb b/lib/rdoc/diagram.rb index 3c7df03417..94ab17bb35 100644 --- a/lib/rdoc/diagram.rb +++ b/lib/rdoc/diagram.rb @@ -4,7 +4,7 @@ # You must have the V1.7 or later in your path # http://www.research.att.com/sw/tools/graphviz/ -require "dot/dot" +require "rdoc/dot/dot" require 'rdoc/options' module RDoc |