Top > Ruby [2.2.2] > Popup
require 'win32ole' wsh = WIN32OLE.new('WScript.Shell') wsh.Popup('desc', 0, 'title')