Method: DBA::Printer#print_error

Defined in:
lib/dba/printer.rb


17
18
19
# File 'lib/dba/printer.rb', line 17

def print_error(message)
  io.puts(pastel.red('ERROR: ' + message))
end