# File lib/rubygems.rb, line 718
  def self.post_install(&hook)
    @post_install_hooks << hook
  end