Module: Fum
- Defined in:
- lib/fum/dns.rb,
lib/fum/util.rb,
lib/fum/command.rb,
lib/fum/version.rb,
lib/fum/lang/zone.rb,
lib/fum/lang/stage.rb,
lib/fum/application.rb,
lib/fum/commands/list.rb,
lib/fum/commands/tail.rb,
lib/fum/lang/fum_file.rb,
lib/fum/stage_analyzer.rb,
lib/fum/command_manager.rb,
lib/fum/commands/events.rb,
lib/fum/commands/launch.rb,
lib/fum/commands/repair.rb,
lib/fum/commands/status.rb,
lib/fum/commands/template.rb,
lib/fum/commands/terminate.rb
Defined Under Namespace
Modules: CommandManager, Commands, DNS, Lang, Util Classes: Application, Command, StageAnalyzer
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#die(msg) ⇒ Object
10 11 12 13 |
# File 'lib/fum/application.rb', line 10 def die(msg) puts msg exit 1 end |