module Fluent::WindowsFileExtension

Attributes

path[R]

Public Instance Methods

stat() click to toggle source
Calls superclass method
# 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