From: SW Engineer Date: 2011-07-28T03:24:08+09:00 Subject: How do we read this line of code? If we have the following line of Ruby code: @x.each do |x| - What does |x| represent here? - How do we read the line (i.e; in English)? Thanks. -- Posted via http://www.ruby-forum.com/.