Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/gems/gems/irb-1.2.6/lib/irb/lc/ja/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/gems/gems/irb-1.2.6/lib/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: