Method: LibGems.pre_install
- Defined in:
- lib/libgems.rb
.pre_install(&hook) ⇒ Object
Adds a pre-install hook that will be passed an LibGems::Installer instance when LibGems::Installer#install is called
803 804 805 |
# File 'lib/libgems.rb', line 803 def self.pre_install(&hook) @pre_install_hooks << hook end |