# File lib/xtemplate.rb, line 16
  def warn(*msg)
    $stderr.puts(msg.join)
  end