diff options
Diffstat (limited to 'lib/irb/src_encoding.rb')
| -rw-r--r-- | lib/irb/src_encoding.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/irb/src_encoding.rb b/lib/irb/src_encoding.rb new file mode 100644 index 0000000000..99aea2b43e --- /dev/null +++ b/lib/irb/src_encoding.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: false +# DO NOT WRITE ANY MAGIC COMMENT HERE. +module IRB + def self.default_src_encoding + return __ENCODING__ + end +end |
