diff options
-rw-r--r-- | lib/irb/input-method.rb | 1 | ||||
-rw-r--r-- | lib/irb/src_encoding.rb | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb index 643e89f27e..bd787278c2 100644 --- a/lib/irb/input-method.rb +++ b/lib/irb/input-method.rb @@ -4,7 +4,6 @@ # by Keiju ISHITSUKA([email protected]) # -require_relative 'src_encoding' require_relative 'completion' require 'io/console' require 'reline' diff --git a/lib/irb/src_encoding.rb b/lib/irb/src_encoding.rb deleted file mode 100644 index 99aea2b43e..0000000000 --- a/lib/irb/src_encoding.rb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: false -# DO NOT WRITE ANY MAGIC COMMENT HERE. -module IRB - def self.default_src_encoding - return __ENCODING__ - end -end |