Sha256: 50ed526cefbadd9957de33774ec1083e0f873928496a1a39537aab4d6adc411a
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 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', '1.8.7')) elsif RUBY_VERSION =~ /^1\.9/ $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'watir', 'win32ole', '1.9.3')) else # loading win32ole from stdlib end require 'win32ole' WIN32OLE.codepage = WIN32OLE::CP_UTF8
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-3.0.0.rc3 | lib/watir/win32ole.rb |