Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 211 Bytes

File metadata and controls

4 lines (4 loc) · 211 Bytes
category minorAnalysis
  • 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).