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