summaryrefslogtreecommitdiff
path: root/lib/rdoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc.rb')
-rw-r--r--lib/rdoc.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rdoc.rb b/lib/rdoc.rb
index 133888c280..87ed2df9b6 100644
--- a/lib/rdoc.rb
+++ b/lib/rdoc.rb
@@ -64,7 +64,7 @@ module RDoc
##
# RDoc version you are using
- VERSION = '4.1.0'
+ VERSION = '4.2.0.alpha'
##
# Method visibilities
@@ -151,6 +151,8 @@ module RDoc
autoload :Comment, 'rdoc/comment'
+ autoload :I18n, 'rdoc/i18n'
+
# code objects
#
# We represent the various high-level code constructs that appear in Ruby