rubyfast 1.2.2

An ultra-fast Ruby performance linter rewritten in Rust — detects 19 common anti-patterns
Documentation
1
2
3
4
5
6
# Module eval with heredoc containing def — should fire
klass.module_eval(<<~RUBY)
  def hello
    "world"
  end
RUBY