Current File : //opt/cpanel/ea-ruby24/root/usr/share/gems/gems/rdoc-5.0.1/lib/rdoc/i18n.rb
# frozen_string_literal: false
##
# This module provides i18n realated features.

module RDoc::I18n

  autoload :Locale, 'rdoc/i18n/locale'
  autoload :Text,   'rdoc/i18n/text'

end