We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0d00d commit cfca348Copy full SHA for cfca348
NEWS.md
@@ -11,6 +11,12 @@ Note that each entry is kept to a minimum, see links for details.
11
12
Note: We're only listing outstanding class updates.
13
14
+* Binding
15
+
16
+ * `Binding#local_variables` does no longer include numbered parameters.
17
+ Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject to handle numbered parameters.
18
+ [[Bug #21049]]
19
20
## Stdlib updates
21
22
The following bundled gems are promoted from default gems.
@@ -66,3 +72,5 @@ The following bundled gems are updated.
66
72
## Implementation improvements
67
73
68
74
## JIT
75
76
+[Bug #21049]: https://bugs.ruby-lang.org/issues/21049
0 commit comments