Sha256: 2b6265d3156bd142d46709cc39c3ad353e88d673de648fb4f6d080db81dc5fda
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
require 'win32ole' module FOO end ie = WIN32OLE.new('InternetExplorer.Application') WIN32OLE.const_load(ie, FOO) FOO.constants.each do |c| puts "#{c}: #{FOO.const_get(c)}" end
Version data entries
6 entries across 6 versions & 1 rubygems