File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def load_history
73
73
open ( history_file , "r:#{ IRB . conf [ :LC_MESSAGES ] . encoding } " ) do |f |
74
74
f . each { |l |
75
75
l = l . chomp
76
- if self . class == ReidlineInputMethod and history . last &.end_with? ( "\\ " )
76
+ if self . class == RelineInputMethod and history . last &.end_with? ( "\\ " )
77
77
history . last . delete_suffix! ( "\\ " )
78
78
history . last << "\n " << l
79
79
else
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ def encoding
461
461
# For debug message
462
462
def inspect
463
463
config = Reline ::Config . new
464
- str = "ReidlineInputMethod with Reline #{ Reline ::VERSION } "
464
+ str = "RelineInputMethod with Reline #{ Reline ::VERSION } "
465
465
if config . respond_to? ( :inputrc_path )
466
466
inputrc_path = File . expand_path ( config . inputrc_path )
467
467
else
You can’t perform that action at this time.
0 commit comments