aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/sample/excel2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/sample/excel2.rb')
-rw-r--r--ext/win32ole/sample/excel2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/sample/excel2.rb b/ext/win32ole/sample/excel2.rb
index 8c4773daba..47a5715f84 100644
--- a/ext/win32ole/sample/excel2.rb
+++ b/ext/win32ole/sample/excel2.rb
@@ -8,7 +8,7 @@ ChartTypeVal = -4100;
excel = WIN32OLE.new("excel.application")
# Create and rotate the chart
-excel.visible = TRUE;
+excel.visible = true;
excel.Workbooks.Add();
excel.Range("a1").value = 3;
excel.Range("a2").value = 2;