#!/usr/bin/ruby list = ["apple", "orange", "banana", "peach"] list.each {|element| puts element }