#!/usr/bin/ruby # -*- coding: utf-8 -*- =begin 문자열에서 모음 개수 세기 =end str = "Hello World" puts str.count("aeiou")