kshipley·15 ปีที่แล้ว·discussThe key modifying phrase was "for short block/method parameters." The authors aren't advocating one letter variables throughout your code, only in situations like: [1, 2, 3].each { |e| puts e } Object.methods.each { |m| "Method is: #{m}" }