Class: Logger
- Inherits:
-
Object
- Object
- Logger
- Defined in:
- lib/newport/logger.rb
Instance Method Summary collapse
Instance Method Details
#abort_with(msg) ⇒ Object
4 5 6 7 |
# File 'lib/newport/logger.rb', line 4 def abort_with(msg) error(msg) abort end |