You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).