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