Using WIN32OLE with word
require 'win32ole' wordobj = WIN32OLE.new("word.application") wordobj.documents.add()