From: "nobu (Nobuyoshi Nakada)" Date: 2013-09-23T20:30:38+09:00 Subject: [ruby-core:57326] [ruby-trunk - Feature #8938] it keyword Issue #8938 has been updated by nobu (Nobuyoshi Nakada). I'm sure that this is a duplicate, but it is hard to search. ---------------------------------------- Feature #8938: it keyword https://bugs.ruby-lang.org/issues/8938#change-41934 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/