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

%s

見本文書です。

_EOS_ end end