Skip to content

Commit 832a732

Browse files
author
Hideo NAKAMURA
committed
remove -w ruby option and typo.
1 parent 89847e3 commit 832a732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/properties.rb

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby -w
1+
#!/usr/bin/ruby
22
# -*- coding: utf-8 -*-
33

44
##############################################################################
@@ -15,7 +15,7 @@
1515

1616
workbook = WriteExcel.new('properties.xls')
1717
worksheet = workbook.add_worksheet
18-
bp =1
18+
1919
workbook.set_properties(
2020
:title => 'This is an example spreadsheet',
2121
:subject => 'With document properties',

0 commit comments

Comments
 (0)