rubyfast 1.2.0

A Ruby performance linter rewritten in Rust — detects 19 common anti-patterns, ~100x faster than the original fasterer gem
Documentation
1
2
ARRAY.reverse.each { |x| x }
ARRAY.reverse.each do |x| x end