Module: DaSuspenders::Errors
- Defined in:
- lib/errors.rb
Instance Method Summary collapse
Instance Method Details
#error_with_message(msg) ⇒ Object
7 8 9 10 |
# File 'lib/errors.rb', line 7 def (msg) STDERR.puts msg exit 1 end |
7 8 9 10 |
# File 'lib/errors.rb', line 7 def (msg) STDERR.puts msg exit 1 end |