diff options
author | Stan Lo <[email protected]> | 2023-07-09 07:25:09 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-08-02 18:17:27 +0900 |
commit | 201fd5751897618eb2a9a91f6f14241f0bad4744 (patch) | |
tree | ba55e42f413c28b89c0c7889e765f7be5a45b625 /lib/irb/input-method.rb | |
parent | fe255277817b55ee0ca0113194043b66eacc0f3a (diff) |
[ruby/irb] Drop src_encoding.rb
(https://github.com/ruby/irb/pull/634)
Its method `IRB.default_src_encoding` was only used in `magic-file.rb`,
which has been removed.
https://github.com/ruby/irb/commit/ed98983b1f
Diffstat (limited to 'lib/irb/input-method.rb')
-rw-r--r-- | lib/irb/input-method.rb | 1 |
1 files changed, 0 insertions, 1 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' |