Skip to content

Commit

Permalink
Drop hard dependency on RDoc.
Browse files Browse the repository at this point in the history
This has been introduced in 0267004,
but it seems that this is just be mistake, otherwise the later handling
of `LoadError` would not be needed.
  • Loading branch information
voxik authored and hsbt committed Aug 23, 2022
1 parent 8a074a6 commit 54c8df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/irb/input-method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require_relative 'completion'
require 'io/console'
require 'reline'
require 'rdoc'

module IRB
STDIN_FILE_NAME = "(line)" # :nodoc:
Expand Down

0 comments on commit 54c8df0

Please sign in to comment.