Method: EventMachine::FileWatch#path

Defined in:
lib/em/file_watch.rb

#pathString

Note:

Current implementation does not pick up on the new filename after a rename occurs.

Returns the path that is being monitored.

Returns:

  • (String)

See Also:



38
39
40
# File 'lib/em/file_watch.rb', line 38

def path
  @path
end