diff options
Diffstat (limited to 'lib/pry/history.rb')
-rw-r--r-- | lib/pry/history.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/history.rb b/lib/pry/history.rb index 1bef4a23..e0845b07 100644 --- a/lib/pry/history.rb +++ b/lib/pry/history.rb @@ -58,6 +58,7 @@ class Pry def clear @clearer.call @history = [] + @original_lines = 0 end # @return [Fixnum] The number of lines in history. |