post_build(&hook)
Class Public methods
Adds a post-build hook that will be passed an Gem::Installer instance when Gem::Installer#install is
called. The hook is called after the gem has been extracted and extensions
have been built but before the executables or gemspec has been written. If
the hook returns false
then the gem's files will be
removed and the install will be aborted.
Please login to continue.