# File lib/lumberjack/device/rolling_log_file.rb, line 13 def initialize(path, options = {}) @path = File.expand_path(path) @keep = options[:keep] super(path, options) @file_inode = stream.lstat.ino rescue nil @@rolls = [] end