Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/lc/ja/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/lc/ja/encoding_aliases.rb |
# frozen_string_literal: false # :stopdoc: module IRB class Locale @@legacy_encoding_alias_map = { 'ujis' => Encoding::EUC_JP, 'euc' => Encoding::EUC_JP }.freeze end end # :startdoc: