From: zn@... Date: 2019-06-12T08:55:19+00:00 Subject: [ruby-core:93064] [Ruby trunk Feature#15915] `@1` cannot get from meta-programming Issue #15915 has been reported by znz (Kazuhiro NISHIYAMA). ---------------------------------------- Feature #15915: `@1` cannot get from meta-programming https://bugs.ruby-lang.org/issues/15915 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- I think no way to get `@1` from meta-programming, so debugger is hard to inspect it. ~~~ % ruby -e 'proc{@1;binding.local_variable_get("@1")}.call(1)' Traceback (most recent call last): 2: from -e:1:in `
' 1: from -e:1:in `block in
' -e:1:in `local_variable_get': wrong local variable name `@1' for # (NameError) ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: