#!/usr/bin/env ruby # coding: euc-jp title = "" while title <= "" STDERR.print "タイトルは?: " title = gets.chomp if title > "" then printf(<<_EOS_, title, title) %s

%s

見本文書です。

_EOS_ end end