Flowdock
method

run_post_install_hooks

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Installer
run_post_install_hooks() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/installer.rb, line 297
  def run_post_install_hooks # :nodoc:
    Gem.post_install_hooks.each do |hook|
      hook.call self
    end
  end
Register or log in to add new notes.