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/trunk@10997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55eab2a011
commit
b6ec2b7c6d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Sep 23 08:35:53 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]
|
||||
|
||||
Sat Sep 23 01:02:57 2006 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* lib/date.rb, lib/date/format.rb: updated based on date2 3.9.2.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
module RI
|
||||
|
||||
require 'rdoc/ri/ri_paths'
|
||||
require 'rdoc/ri/ri_display'
|
||||
|
||||
VERSION_STRING = "ri v1.0.1 - 20041108"
|
||||
|
|
Loading…
Add table
Reference in a new issue