From: "Hanmac (Hans Mackowiak)" Date: 2013-09-24T01:41:29+09:00 Subject: [ruby-core:57334] [ruby-trunk - Feature #8938] it keyword Issue #8938 has been updated by Hanmac (Hans Mackowiak). i think the main problem is that some iterators react differently when the block has different block parameters ... with this it does not work so nice ---------------------------------------- Feature #8938: it keyword https://bugs.ruby-lang.org/issues/8938#change-41942 Author: Sing9898 (Sing Lou) Status: Open Priority: Normal Assignee: Category: Target version: automatic 'it' keyword for block variable: items.each{|x| puts x.name } => items.each{puts it.name} -- http://bugs.ruby-lang.org/