
Issue #21082 has been updated by Earlopain (Earlopain _).
Second, Ruby has up to now rejected grammatical inflections such as includes instead of include.
`File.exists?` was even removed. Many methods could do with a alias that reads nicer in certain situations. For example, `posts.each { put its.title }` looks even better to me but where do you stop? ---------------------------------------- Feature #21082: Alias it to its https://bugs.ruby-lang.org/issues/21082#change-111622 * Author: northeastprince (Matt Almeida) * Status: Open ---------------------------------------- One of Ruby's core tenants is beautiful code - and a key part of that is sweating the names. Adding `it` as a pointer to the first block parameter was a huge step forward in that regard, but we're not done yet. If `[1, 2, 3].each { puts it }` works, `posts.each { puts its.title }` should work too. -- https://bugs.ruby-lang.org/