# File lib/rbreadline.rb, line 8497 def clear_history() @the_history = nil @history_offset = @history_length = 0 end