Module: Fum::Util
- Included in:
- Command, StageAnalyzer
- Defined in:
- lib/fum/util.rb
Instance Method Summary collapse
Instance Method Details
#die(msg) ⇒ Object
4 5 6 7 |
# File 'lib/fum/util.rb', line 4 def die(msg) puts msg exit 1 end |