diff options
author | aycabta <[email protected]> | 2019-04-23 18:09:46 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-04-23 20:08:02 +0900 |
commit | f2cd4f4cd0a1e352fcc48a216127beaeda2b2399 (patch) | |
tree | 8e02f39a8df8fa5708e446aeb8d42d45d8a28abe /lib/rdoc/ri/paths.rb | |
parent | 87cf45a512a7803f266e4782c49e0a99c06a4039 (diff) |
IRB is improved with Reline and RDoc, take 2
Diffstat (limited to 'lib/rdoc/ri/paths.rb')
-rw-r--r-- | lib/rdoc/ri/paths.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb index d41e610591..f76721d318 100644 --- a/lib/rdoc/ri/paths.rb +++ b/lib/rdoc/ri/paths.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -require 'rdoc/ri' +require 'rdoc/rdoc' ## # The directories where ri data lives. Paths can be enumerated via ::each, or |