John F. Douthat

Results 2 issues of John F. Douthat

(This issue the same as https://github.com/topfunky/PeepOpen-Issues/issues/64) 1. Create a project file using File > New Project 2. Drag some files and folders into the project (e.g. drag a few gem...

``` ruby require 'win32ole' module Constants end WIN32OLE.const_load("Microsoft Excel 12.0 Object Library", Constants) ``` Expected behavior: Some constants should be loaded into the Constants module, according to MRI's win32ole behavior....