Sha256: 0bdb21105d37cd1962281d005aa60359384d8d0365c577a1554bc1972f3f3111
Contents?: true
Size: 355 Bytes
Versions: 42
Compression:
Stored size: 355 Bytes
Contents
require 'spreadsheet/encodings' module Spreadsheet ## # The NoteObject class is made to handle the text output from the # object, txo, continue records which contain a comment's text record. # # class NoteObject include Encodings attr_accessor :objID, :text def initialize @objID = -1 @text = "" end end end
Version data entries
42 entries across 42 versions & 3 rubygems