Method: Fluent::WindowsFile#close
- Defined in:
- lib/fluent/file_wrapper.rb
#close ⇒ Object
62 63 64 65 |
# File 'lib/fluent/file_wrapper.rb', line 62 def close @io.close @file_handle = INVALID_HANDLE_VALUE end |
62 63 64 65 |
# File 'lib/fluent/file_wrapper.rb', line 62 def close @io.close @file_handle = INVALID_HANDLE_VALUE end |