class Byebug::Interface

def autorestore


Restores history according to +autosave+ setting.
def autorestore
  history.restore if Setting[:autosave]
end