#!/usr/bin/env ruby # -*- coding: utf-8 -*- def aka " \e[31m%s/e[m\n" end puts"赤いものを入力してください。" a = gets.chomp printf(aka ,a)