Method: EventMachine::FileWatch#path
- Defined in:
- lib/em/file_watch.rb
#path ⇒ String
Note:
Current implementation does not pick up on the new filename after a rename occurs.
Returns the path that is being monitored.
38 39 40 |
# File 'lib/em/file_watch.rb', line 38 def path @path end |