Object
The NoteObject class is made to handle the text output from the object, txo, continue records which contain a comment’s text record.
# File lib/spreadsheet/noteObject.rb, line 12 def initialize @objID = -1 @text = "" end