# 目を文字列で受け取る eye = gets(chomp: true) # 口を文字列で受け取る mouth = gets(chomp: true) # 受け取った文字列を組み合わせて顔文字にする emotion = "(#{eye}#{mouth}#{eye})/" puts emotion