Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rdoc-6.3.4.1/lib/rdoc/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rdoc-6.3.4.1/lib/rdoc/i18n.rb |
# frozen_string_literal: true ## # This module provides i18n related features. module RDoc::I18n autoload :Locale, 'rdoc/i18n/locale' require_relative 'i18n/text' end