mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4790c08906
This version fixed strange behavior of ruby code parser. We will list all of impromovement to Changelog when 6.0.0 releasing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
182 B
Ruby
10 lines
182 B
Ruby
# frozen_string_literal: false
|
|
##
|
|
# This module provides i18n realated features.
|
|
|
|
module RDoc::I18n
|
|
|
|
autoload :Locale, 'rdoc/i18n/locale'
|
|
autoload :Text, 'rdoc/i18n/text'
|
|
|
|
end
|