зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] We can now use standard memoization
https://github.com/rubygems/rubygems/commit/231be44d38
This commit is contained in:
Родитель
61f023f03b
Коммит
81eba77fc0
|
@ -749,10 +749,7 @@ class Gem::Specification < Gem::BasicSpecification
|
|||
attr_accessor :specification_version
|
||||
|
||||
def self._all # :nodoc:
|
||||
unless @@all
|
||||
@@all = Gem.loaded_specs.values | stubs.map(&:to_spec)
|
||||
end
|
||||
@@all
|
||||
@@all ||= Gem.loaded_specs.values | stubs.map(&:to_spec)
|
||||
end
|
||||
|
||||
def self._clear_load_cache # :nodoc:
|
||||
|
|
Загрузка…
Ссылка в новой задаче