Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby23/lib64/ruby/2.3.0/rdoc/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby23/lib64/ruby/2.3.0/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