Class: Propolize::StartAppendix
- Inherits:
-
DocumentComponent
- Object
- DocumentComponent
- Propolize::StartAppendix
- Defined in:
- lib/propolize.rb
Overview
Instruction to start the appendix
Instance Method Summary collapse
- #to_s ⇒ Object
-
#writeToDocument(document) ⇒ Object
‘write’ to the document by updating document state to being in the appendix.
Instance Method Details
#to_s ⇒ Object
567 568 569 |
# File 'lib/propolize.rb', line 567 def to_s return "StartAppendix" end |
#writeToDocument(document) ⇒ Object
‘write’ to the document by updating document state to being in the appendix
572 573 574 |
# File 'lib/propolize.rb', line 572 def writeToDocument(document) document.startAppendix end |