You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Some constants should be loaded into the Constants module, according to MRI's win32ole behavior.
Actual behavior: NoMethodError: undefined method type_info' for "Microsoft Excel 12.0 Object Library"`
Expected behavior: Some constants should be loaded into the Constants module, according to MRI's win32ole behavior.
Actual behavior:
NoMethodError: undefined method
type_info' for "Microsoft Excel 12.0 Object Library"`According to http://ruby-doc.org/stdlib-1.9.3/libdoc/win32ole/rdoc/WIN32OLE.html#method-c-const_load,
MRI checks the class of the first argument here https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole.c#L2817
The text was updated successfully, but these errors were encountered: