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/rubygems.rb | |
parent | 87cf45a512a7803f266e4782c49e0a99c06a4039 (diff) |
IRB is improved with Reline and RDoc, take 2
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r-- | lib/rubygems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 54bd995b83..16cdb7cb04 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -18,6 +18,7 @@ require 'rubygems/compatibility' require 'rubygems/defaults' require 'rubygems/deprecate' require 'rubygems/errors' +require 'rubygems/path_support' ## # RubyGems is the Ruby standard for publishing and managing third party |