26 27 28
# File 'lib/L2/msg.rb', line 26 def self.danger messages messages.each { |message| puts(Config.pretty("ERROR: #{ message }", :red)) } end