Method: Winhelper.identifier_from_io

Defined in:
lib/filewatch/winhelper.rb

.identifier_from_io(io) ⇒ Object



124
125
126
127
128
# File 'lib/filewatch/winhelper.rb', line 124

def self.identifier_from_io(io)
  FileWatch::FileExt.io_handle(io) do |pointer|
    identifier_from_handle(pointer, false)
  end
end