Method: EventMachine::FileWatch#receive_data
- Defined in:
- lib/em/file_watch.rb
#receive_data(data) ⇒ Object
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/em/file_watch.rb', line 21 def receive_data(data) case data when Cmodified file_modified when Cdeleted file_deleted when Cmoved file_moved end end |