print all the elements in an array using the each method followed by a block
[ "Hello, ", "Matz!"].each { |e| print e }