diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2022-03-15 09:41:20 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-03-15 11:37:43 +0900 |
commit | 7aabdbe837fc58bf95c4633ad9c164440ad93876 (patch) | |
tree | 9d07c3db9442018881a9a71adbeb623c57f50aef /lib | |
parent | 459bbdeb74224168af5c2b288f206485f7866872 (diff) |
[rubygems/rubygems] Fix a typo
https://github.com/rubygems/rubygems/commit/3e06a91435
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rubygems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 958d941d70..c21a55d3a1 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -582,7 +582,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]} ## # The number of paths in the `$LOAD_PATH` from activated gems. Used to - # prioritize `-I` and `ENV['RUBYLIB`]` entries during `require`. + # prioritize `-I` and `ENV['RUBYLIB']` entries during `require`. def self.activated_gem_paths @activated_gem_paths ||= 0 |