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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Bug fixes:
45
45
* Fix processing of proc rest arguments located at the beginning if there are no actual arguments (#2921, @andrykonchin).
46
46
* Fix `Monitor#exit` to raise `ThreadError` when monitor not owned by the current thread (#2922, @andrykonchin).
47
47
* Fix `MatchData#[]` to support negative `length` argument (#2929, @andrykonchin).
48
+
* Fix `Method` and `Proc``#parameters` method to return `_` parameter name without synthetic suffix when there are multiple `_` parameters (@paracycle).
0 commit comments