lib/taskjuggler/RichText/Snip.rb in taskjuggler-3.6.0 vs lib/taskjuggler/RichText/Snip.rb in taskjuggler-3.7.1
- old
+ new
@@ -25,10 +25,10 @@
attr_reader :name
attr_accessor :prevSnip, :nextSnip
# Create a RichTextSnip object. _document_ is a reference to the
# RichTextDocument. _fileName_ is the name of the structured text file
- # using RichText syntax. _sectionCounter_ is an 3 item Fixnum Array. These
+ # using RichText syntax. _sectionCounter_ is an 3 item Integer Array. These
# 3 numbers are used to store the section counters over multiple
# RichTextSnip objects.
def initialize(document, fileName, sectionCounter)
@document = document
# Strip any directories from fileName.