rubyfast 1.2.1

An ultra-fast Ruby performance linter rewritten in Rust — detects 19 common anti-patterns
Documentation
1
2
3
ARRAY.select { |x| x > 5 }.first
ARRAY.select do |x| x > 5 end.first
ARRAY.select(&:zero?).first