class Reply::History
- Reply::History
- Reference
- Object
Defined in:
history.crInstance Method Summary
- #<<(lines)
- #clear
- #down(current_edited_lines : Array(String))
- #history : Deque(Array(String))
- #load(file : Path | String)
- #load(io : IO)
- #max_size : Int32
- #max_size=(max_size)
- #save(file : Path | String)
- #save(io : IO)
- #up(current_edited_lines : Array(String))