# File lib\Win32/Console.rb, line 637 def Title(title = nil) if title return API.SetConsoleTitle(title) else return API.GetConsoleTitle() end end