# File lib/highline/system_extensions.rb, line 37 def get_character( input = STDIN ) Win32API.new("msvcrt", "_getch", [ ], "L").Call rescue Exception Win32API.new("crtdll", "_getch", [ ], "L").Call end