abstract class TextUi::UndoCommand

Direct Known Subclasses

Defined in:

textui/undo_command.cr

Instance Method Summary

Instance Method Detail

def merge(_cmd : UndoCommand) : Bool #

Attempts to merge this command other command. Returns true on success; otherwise returns false.


[View source]
abstract def redo : Nil #

[View source]
abstract def undo : Nil #

[View source]