module Tryouts::ClassMethods

def err *msgs

def err *msgs
  msgs.each do |line|
    $stderr.puts Console.color :red, line
  end
end