[rubygems/rubygems] Fix a typo

https://github.com/rubygems/rubygems/commit/3e06a91435
This commit is contained in:
Kazuhiro NISHIYAMA 2022-03-15 09:41:20 +09:00 committed by git
parent 459bbdeb74
commit 7aabdbe837

View File

@ -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