Sha256: 82577576950317459ef956eef4108e50fd791fa74cb3939aade63f42d02e0370
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
# load the correct version of win32ole # Use our modified win32ole library if RUBY_VERSION =~ /^1\.8/ $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'watir', 'win32ole')) else # loading win32ole from stdlib on 1.9 end require 'win32ole' WIN32OLE.codepage = WIN32OLE::CP_UTF8
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.6.5 | lib/watir/win32ole.rb |