// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
gems
/
gems
/
rdoc-6.2.1.1
/
lib
/
rdoc
[ PARENT ]
EDIT :: 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
SAVE
CANCEL