q toast cheese wine | e ?,capitalize,say
['toast', 'cheese', 'wine'].each { |food| print food.capitalize }
say ucfirst $_ for qw(toast cheese wine);