lib/byebug/settings/histsize.rb in byebug-3.1.2 vs lib/byebug/settings/histsize.rb in byebug-3.2.0

- old
+ new

@@ -1,12 +1,8 @@ module Byebug class HistsizeSetting < Setting DEFAULT = 256 - def initialize - @value = DEFAULT - end - def help "Customize maximum number of commands that can be stored in byebug's " \ "history record. By default, #{DEFAULT}" end