Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
reply
v0.2.0
Reply
ExpressionEditor
History
Reader
Term
Cursor
Size
Built with Crystal 1.9.2
2023-10-08 03:06:11 UTC
class
Reply::History
Reply::History
Reference
Object
Defined in:
history.cr
Instance Method Summary
#<<
(lines)
#clear
#down
(current_edited_lines : Array(String))
#history
: Array(Array(String))
#up
(current_edited_lines : Array(String))
Instance Method Detail
def
<<
(lines)
#
[
View source
]
def
clear
#
[
View source
]
def
down
(current_edited_lines : Array(String))
#
[
View source
]
def
history
: Array(Array(String))
#
[
View source
]
def
up
(current_edited_lines : Array(String))
#
[
View source
]