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