Class: Aerosol::AbstractCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Aerosol::AbstractCommand
- Defined in:
- lib/aerosol/cli.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/aerosol/cli.rb', line 8 def execute if File.exist?(file) Aerosol.load_file = file else raise 'Could not find an aerosol file!' end end |