class TextUi::TextDocument
- TextUi::TextDocument
- Reference
- Object
Defined in:
textui/text_document.crConstructors
Instance Method Summary
- #blocks : Array(TextBlock)
- #contents
- #contents=(contents : String) : Nil
- #insert(line : Int32, text : String) : Nil
- #open(filename : String)
- #remove(line : Int32) : Nil
- #save(io : IO)