From 96a1e391d6bbc690c6a11cda7096c5ffbe857e0f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 26 Feb 2020 14:25:44 -0800 Subject: [PATCH] whitespace --- irbrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irbrc b/irbrc index 79eaf46..3ca3187 100755 --- a/irbrc +++ b/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