Class: Assemblyline::Ruby::Installer
- Inherits:
-
Object
- Object
- Assemblyline::Ruby::Installer
- Defined in:
- lib/assemblyline/ruby/installer.rb
Instance Method Summary collapse
-
#initialize(provider = nil) ⇒ Installer
constructor
A new instance of Installer.
- #install ⇒ Object
Constructor Details
Instance Method Details
#install ⇒ Object
11 12 13 14 15 |
# File 'lib/assemblyline/ruby/installer.rb', line 11 def install provider.install yield provider.remove end |