#!/usr/local/bin/ruby m = ["世界で一番高い山は?", "日本で一番高い山は?", "エトセトラ、を表す3文字の略語は?", "高速道路で料金を自動的に払うシステムの略称は?"] srand() puts m[rand(m.length)]