3 4 5 6
# File 'lib/docora/utility.rb', line 3 def abort_with(text) Logger.error text abort end
8 9 10 11
# File 'lib/docora/utility.rb', line 8 def exit_with(text) Logger.success text exit end
13 14 15
# File 'lib/docora/utility.rb', line 13 def say(text) Logger.info text end