Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/src_encoding.rb |
# frozen_string_literal: false # DO NOT WRITE ANY MAGIC COMMENT HERE. module IRB def self.default_src_encoding return __ENCODING__ end end