Files
codeql/ruby/ql/lib/change-notes/released/4.1.4.md
2025-04-14 09:53:06 +00:00

222 B

4.1.4

Minor Analysis Improvements

  • Calls to super without explict arguments now have their implicit arguments generated. For example, in def foo(x, y) { super } end the call to super becomes super(x, y).