From: "headius (Charles Nutter)" Date: 2013-09-24T03:27:27+09:00 Subject: [ruby-core:57335] [ruby-trunk - Feature #8938][Closed] it keyword Issue #8938 has been updated by headius (Charles Nutter). Status changed from Open to Closed I'm not familiar with bug process here so let me know if I'm overstepping here. Since there's at least one other bug asking for exactly the same thing, I'm closing this as a duplicate. ---------------------------------------- Feature #8938: it keyword https://bugs.ruby-lang.org/issues/8938#change-41943 Author: Sing9898 (Sing Lou) Status: Closed 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/