whitespace
This commit is contained in:
parent
4156925d6e
commit
96a1e391d6
1 changed files with 1 additions and 1 deletions
2
irbrc
2
irbrc
|
|
@ -14,7 +14,7 @@ begin
|
|||
puts "Read #{lines.length} saved history commands from '#{histfile}'." if $VERBOSE
|
||||
Readline::HISTORY.push(*lines)
|
||||
else
|
||||
puts "History file '#{histfile}' was empty or non-existant." if $VERBOSE
|
||||
puts "History file '#{histfile}' was empty or non-existent." if $VERBOSE
|
||||
end
|
||||
Kernel::at_exit do
|
||||
lines = Readline::HISTORY.to_a.reverse.uniq.reverse
|
||||
|
|
|
|||
Loading…
Reference in a new issue