diff options
author | Vít Ondruch <[email protected]> | 2022-08-23 10:41:28 +0200 |
---|---|---|
committer | git <[email protected]> | 2022-08-23 18:01:35 +0900 |
commit | 46c3a93982d0b81668668a65c10bc3670a488d8a (patch) | |
tree | ac9e277a397f0cdd4311a61c64a01bad66c1abaa /lib/irb/input-method.rb | |
parent | 983115cf3c8f75b1afbe3274f02c1529e1ce3a81 (diff) |
[ruby/irb] Drop hard dependency on RDoc.
This has been introduced in https://github.com/ruby/irb/commit/026700499dfd,
but it seems that this is just be mistake, otherwise the later handling
of `LoadError` would not be needed.
https://github.com/ruby/irb/commit/54c8df06ff
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 fd68239ee3..a8227caa9c 100644 --- a/lib/irb/input-method.rb +++ b/lib/irb/input-method.rb @@ -14,7 +14,6 @@ require_relative 'magic-file' require_relative 'completion' require 'io/console' require 'reline' -require 'rdoc' module IRB STDIN_FILE_NAME = "(line)" # :nodoc: |