Windows Platform Ruby

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