Method: TTY::Reader#history_previous

Defined in:
lib/tty/reader.rb

#history_previousObject



450
451
452
453
454
# File 'lib/tty/reader.rb', line 450

def history_previous
  line = @history.get
  @history.previous
  line
end