run_post_install_hooks()
No documentation available.
# File lib/rubygems/installer.rb, line 353 def run_post_install_hooks # :nodoc: Gem.post_install_hooks.each do |hook| hook.call self end end