Class: Propolize::StartAppendix

Inherits:
DocumentComponent show all
Defined in:
lib/propolize.rb

Overview

Instruction to start the appendix

Instance Method Summary collapse

Instance Method Details

#to_sObject



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