Actions
Bug #11535
closedinaccessable keyword arg names are allowed
Bug #11535:
inaccessable keyword arg names are allowed
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
Description
foo(for: 1)
end
foo param can not be accessed directly (without local_variable_get) since it's a reserved word
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Description updated (diff)
- Status changed from Open to Rejected
Yes, exactly local_variable_get is introduced for that purpose.
Actions