global

def warn(message, color = :yellow)

def warn(message, color = :yellow)
  say(message, color)
end