AlkantarClanX12

Your IP : 18.191.200.47


Current Path : /opt/alt/ruby25/lib64/ruby/2.5.0/rdoc/
Upload File :
Current File : //opt/alt/ruby25/lib64/ruby/2.5.0/rdoc/i18n.rb

# frozen_string_literal: true
##
# This module provides i18n related features.

module RDoc::I18n

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

end