# File lib\Win32/Console/ANSI.rb, line 276
        def write(*s)
          s.each { |x|
            _PrintString(x)
          }
        end