Method: INotify::Event#dump

Defined in:
lib/vim_mate/plugins/inotify/lib/INotify.rb

#dumpObject



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: " + @cookie.to_s
end