We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reverse.each → reverse_each — Use reverse_each instead of reverse + each to avoid allocating a reversed copy.
reverse_each
reverse
each
ary.reverse.each { |x| ... }
ary.reverse_each { |x| ... }
There was an error while loading. Please reload this page.