class Rufo::Logger

def warn(*args)

def warn(*args)
  $stderr.puts(*args) if should_output?(:warn)
end