# File lib/lumberjack/device/size_rolling_log_file.rb, line 39 def roll_file? stream.stat.size > @max_size rescue SystemCallError => e false end