ruby-changes:68236
From: aycabta <ko1@a...>
Date: Mon, 4 Oct 2021 09:37:26 +0900 (JST)
Subject: [ruby-changes:68236] 31332cf469 (master): [ruby/irb] Fix typo of variable
https://git.ruby-lang.org/ruby.git/commit/?id=31332cf469 From 31332cf469b4e63b7469971e2ae546e59621bc37 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Mon, 4 Oct 2021 09:36:38 +0900 Subject: [ruby/irb] Fix typo of variable https://github.com/ruby/irb/commit/692eb9b9b5 --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb.rb b/lib/irb.rb index fad738f7c8..f54069b921 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -613,7 +613,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L613 ret = conv.primitive_convert(str, dst) case ret when :invalid_byte_sequence - conv.insert_output(conf.primitive_errinfo[3].dump[1..-2]) + conv.insert_output(conv.primitive_errinfo[3].dump[1..-2]) redo when :undefined_conversion c = conv.primitive_errinfo[3].dup.force_encoding(conv.primitive_errinfo[1]) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/