From: "0x1eef (0x 1eef)" Date: 2022-11-20T03:08:02+00:00 Subject: [ruby-core:110823] [Ruby master Feature#19137] Numbered parameters are not made available to IRB. Issue #19137 has been reported by 0x1eef (0x 1eef). ---------------------------------------- Feature #19137: Numbered parameters are not made available to IRB. https://bugs.ruby-lang.org/issues/19137 * Author: 0x1eef (0x 1eef) * Status: Open * Priority: Normal ---------------------------------------- Hello ! It does not look like numbered parameters are available through the Binding that's used by IRB. ```ruby # repl.rb [1,2,3].each do binding.irb end ``` ``` $ irb repl.rb irb(main):001:0> puts _1 repl.rb:1:in `block in ': undefined local variable or method `_1' for main:Object (NameError) ``` Is it possible for them to be available ? Thanks! -- https://bugs.ruby-lang.org/ Unsubscribe: