# File lib\Win32/Console.rb, line 645 def WriteChar(s, col, row) API.WriteConsoleOutputCharacter( @handle, s, col, row ) end