method
run_post_install_hooks
v2_6_3 -
Show latest stable
- Class:
Gem::Installer
run_post_install_hooks()public
No documentation available.
# File lib/rubygems/installer.rb, line 369
def run_post_install_hooks # :nodoc:
Gem.post_install_hooks.each do |hook|
hook.call self
end
end