Class: Gemsmith::Tools::Installer
- Inherits:
-
Object
- Object
- Gemsmith::Tools::Installer
- Defined in:
- lib/gemsmith/tools/installer.rb
Overview
Installs a locally built gem.
Constant Summary collapse
Instance Method Summary collapse
- #call(specification) ⇒ Object
-
#initialize(steps: STEPS) ⇒ Installer
constructor
A new instance of Installer.
Constructor Details
Instance Method Details
#call(specification) ⇒ Object
20 21 22 23 |
# File 'lib/gemsmith/tools/installer.rb', line 20 def call specification steps.each { |step| yield step.call(specification) } run specification end |