Actions
Bug #15647
closed
Updated by drbrain (Eric Hodel) over 6 years ago
This would break the Kernel#spawn family's backward compatibility make wrapping methods in this family harder than it already is, as you can work around this with Binding#local_variable_get.
I think this should be rejected.
Updated by nobu (Nobuyoshi Nakada) over 6 years ago
- Description updated (diff)
- Status changed from Open to Rejected
It is known that reserved words can be keyword arguments.
And Binding#local_variable_get
has been added for that purpose, if
argument for instance.
Actions
Like0Like0Like0