irb(main):001:0> require 'cgi' => true irb(main):002:0> cgi = CGI.new (offline mode: enter name=value pairs on standard input) # Strg+D drücken => # irb(main):003:0> cgi.out { 'Hallo Welt' } Content-Type: text/html Content-Length: 10 Hallo Welt=> nil