Module: Fixman::Utilities
- Included in:
- CommandLine, Configuration, RawTask
- Defined in:
- lib/fixman/utilities.rb
Instance Method Summary collapse
Instance Method Details
#error(message, exit_code = 1) ⇒ Object
3 4 5 6 |
# File 'lib/fixman/utilities.rb', line 3 def error , exit_code = 1 STDERR.puts exit exit_code end |