1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-09-22 23:41:47 +00:00
parent 44bccbded8
commit 8b2d1d0e77
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@
module RI
require 'rdoc/ri/ri_paths'
require 'rdoc/ri/ri_display'
VERSION_STRING = "ri v1.0.1 - 20041108"