Method: Gem.done_installing

Defined in:
lib/rubygems.rb

.done_installing(&hook) ⇒ Object

Adds a post-installs hook that will be passed a Gem::DependencyInstaller and a list of installed specifications when Gem::DependencyInstaller#install is complete



772
773
774
# File 'lib/rubygems.rb', line 772

def self.done_installing(&hook)
  @done_installing_hooks << hook
end