Class: Doing::Note
Overview
This class describes an item note.
Instance Method Summary collapse
- #add(note, replace: false) ⇒ Object
- #append(lines) ⇒ Object
- #append_string(input) ⇒ Object
- #compress ⇒ Object
- #compress! ⇒ Object
- #equal?(other) ⇒ Boolean
-
#initialize(note = []) ⇒ Note
constructor
A new instance of Note.
- #strip_lines ⇒ Object
- #strip_lines! ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(note = []) ⇒ Note
Returns a new instance of Note.