bf92151
From 54c8df06ff9e161012f89d19a4e3aa2e0e37e1b0 Mon Sep 17 00:00:00 2001
bf92151
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
bf92151
Date: Tue, 23 Aug 2022 10:41:28 +0200
bf92151
Subject: [PATCH] Drop hard dependency on RDoc.
bf92151
bf92151
This has been introduced in 026700499dfd640b2072d7bf0370247a98d5ac40,
bf92151
but it seems that this is just be mistake, otherwise the later handling
bf92151
of `LoadError` would not be needed.
bf92151
---
bf92151
 lib/irb/input-method.rb | 1 -
bf92151
 1 file changed, 1 deletion(-)
bf92151
bf92151
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
bf92151
index fd68239e..a8227caa 100644
bf92151
--- a/lib/irb/input-method.rb
bf92151
+++ b/lib/irb/input-method.rb
bf92151
@@ -14,7 +14,6 @@
bf92151
 require_relative 'completion'
bf92151
 require 'io/console'
bf92151
 require 'reline'
bf92151
-require 'rdoc'
bf92151
 
bf92151
 module IRB
bf92151
   STDIN_FILE_NAME = "(line)" # :nodoc: