Current Path : /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/ |
Current File : //opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/i18n.rb |
# frozen_string_literal: true ## # This module provides i18n related features. module RDoc::I18n autoload :Locale, 'rdoc/i18n/locale' require 'rdoc/i18n/text' end