aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/sample/ie.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/sample/ie.rb')
-rw-r--r--ext/win32ole/sample/ie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/sample/ie.rb b/ext/win32ole/sample/ie.rb
index dad29b08c8..4db64eed30 100644
--- a/ext/win32ole/sample/ie.rb
+++ b/ext/win32ole/sample/ie.rb
@@ -2,7 +2,7 @@
require 'win32ole'
url = 'http://www.ruby-lang.org/'
ie = WIN32OLE.new('InternetExplorer.Application')
-ie.visible = TRUE
+ie.visible = true
ie.gohome
print "Now navigate Ruby home page... Please enter."
gets