class EventMachine::FileWatch

def path

Other tags:
    See: EventMachine.watch_file -

Returns:
  • (String) -

Other tags:
    Note: - Current implementation does not pick up on the new filename after a rename occurs.
def path
  @path
end