words = ["this","is", "fucking", "awesome!"] words.each do |word| puts word.upcase end
Standard input is empty
THIS IS FUCKING AWESOME!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!