Class: Gem::GemPathSearcher

Inherits:
Object
  • Object
show all
Defined in:
lib/gemdev.rb

Instance Method Summary collapse

Instance Method Details

#refresh!Object



39
40
41
42
43
44
45
46
# File 'lib/gemdev.rb', line 39

def refresh!
    # cut and paste of the initialize routine
    @gemspecs = init_gemspecs
    @lib_dirs = {}
    @gemspecs.each do |spec|
   @lib_dirs[spec.object_id] = lib_dirs(spec)
    end
end