module
IE_CONST
v1_9_2_180 -
Show latest stable
WIN32OLE.const_load(ie) WIN32OLE.constants.sort.each do |c|
puts "#{c} = #{WIN32OLE.const_get(c)}"
end
Files
- ext/win32ole/sample/ieconst.rb
WIN32OLE.const_load(ie) WIN32OLE.constants.sort.each do |c|
puts "#{c} = #{WIN32OLE.const_get(c)}"
end