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.
Binding#implicit_parameters
1 parent 0442238 commit f939cf4Copy full SHA for f939cf4
NEWS.md
@@ -61,8 +61,13 @@ Note: We're only listing outstanding class updates.
61
* Binding
62
63
* `Binding#local_variables` does no longer include numbered parameters.
64
- Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject
65
- to handle numbered parameters. [[Bug #21049]]
+ Also, `Binding#local_variable_get`, `Binding#local_variable_set`, and
+ `Binding#local_variable_defined?` reject to handle numbered parameters.
66
+ [[Bug #21049]]
67
+
68
+ * `Binding#implicit_parameters`, `Binding#implicit_parameter_get`, and
69
+ `Binding#implicit_parameter_defined?` have been added to access
70
+ numbered parameters and "it" parameter. [[Bug #21049]]
71
72
* File
73
0 commit comments