Module: FileWatch::UnixInode
- Included in:
- WatchedFile
- Defined in:
- lib/filewatch/bootstrap.rb
Instance Method Summary collapse
Instance Method Details
#prepare_inode(path, stat) ⇒ Object
28 29 30 |
# File 'lib/filewatch/bootstrap.rb', line 28 def prepare_inode(path, stat) [stat.ino.to_s, stat.dev_major, stat.dev_minor] end |