Method: INotify::Event#dump
- Defined in:
- lib/vim_mate/plugins/inotify/lib/INotify.rb
#dump ⇒ Object
200 201 202 |
# File 'lib/vim_mate/plugins/inotify/lib/INotify.rb', line 200 def dump "path: " + @path.to_s + ", filename: " + @filename.to_s + ", type: " + @type.to_s + ", cookie: " + .to_s end |