each ruby array code example Example: ruby each array a = [ "a", "b", "c" ] a.each {|x| print x, " -- " }