<%
require "cgi"

ERuby.noheader = true
cgi = CGI.new
print cgi.header("type" => "text/plain")
%>
hello world

