my_array = ["alpha", "beta", "gamma"] new_array = my_array.collect do |word| word.capitalizeendputs new_array
Standard input is empty
Alpha Beta Gamma
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!