class Logger

Public Instance Methods

abort_with(msg) click to toggle source
# File lib/newport/logger.rb, line 4
def abort_with(msg)
  error(msg)
  abort
end