# File lib/windows/msvcrt/io.rb, line 139
         def open(file, flag, mode)
            Open.call(file, flag, mode)
         end