# File lib/fluent/plugin/file_wrapper.rb, line 41 def stat s = super s.instance_variable_set :@ino, @ino def s.ino; @ino; end s end