class EventMachine::FileGlobWatch::FileInfo

Attributes

path[R]
stat[R]

Public Class Methods

new(path) click to toggle source
# File lib/event_machine/tail/globwatcher.rb, line 169
def initialize(path)
  @path = path
  @stat = File.stat(path)
end