class Ronn::RoffFilter

def warn(text, *args)

def warn(text, *args)
  $stderr.puts "warn: #{text}" % args
end