lib/perobs/StackFile.rb in perobs-3.0.1 vs lib/perobs/StackFile.rb in perobs-3.0.2
- old
+ new
@@ -34,10 +34,10 @@
class StackFile
# Create a new stack file in the given directory with the given file name.
# @param dir [String] Directory
# @param name [String] File name
- # @param entry_bytes [Fixnum] Number of bytes each entry must have
+ # @param entry_bytes [Integer] Number of bytes each entry must have
def initialize(dir, name, entry_bytes)
@file_name = File.join(dir, name + '.stack')
@entry_bytes = entry_bytes
@f = nil
end