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

%s

見本文書です。

\n", title, title) end end