# File lib/pathname2.rb, line 868
   def sysopen(*args)
      IO.sysopen(self, *args)
   end