# File lib/rbreadline.rb, line 5393 def next_history() (@history_offset == @history_length) ? nil : @the_history[@history_offset+=1] end