class Aerosol::AbstractCommand
Public Instance Methods
execute()
click to toggle source
# 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