Method: AssLauncher::Support::Shell::AssOutFile#try_unlink

Defined in:
lib/ass_launcher/support/shell.rb

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

File can be busy

API:

  • private



420
421
422
423
424
# File 'lib/ass_launcher/support/shell.rb', line 420

def try_unlink
  @file.unlink if @file
rescue Errno::EBUSY
  # NOP
end