Ruby Programming/Standard Library/WIN32OLE

WIN32OLE

require 'win32ole'
#WIN32OLE is defined now

Is a helper class for windows OLE, which is used to control other programs like excel, etc.

See a tutorial.

Another example usage.

Category:Book:Ruby Programming#Standard%20Library/WIN32OLE%20
Category:Book:Ruby Programming