Directory : /opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/irb-1.6.4/lib/irb/ |
Current File : //opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/irb-1.6.4/lib/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