things.each do |item| # for each things in things do something while storing that things in the variable item print “#{item}" end