Method: FileWatch::Watch#inode

Defined in:
lib/filewatch/watch.rb

#inode(path, stat) ⇒ Object

def watch



105
106
107
# File 'lib/filewatch/watch.rb', line 105

def inode(path, stat)
  self.class.inode(path, stat)
end