examples/write_arrays.rb in writeexcel-1.0.4 vs examples/write_arrays.rb in writeexcel-1.0.5
- old
+ new
@@ -4,10 +4,9 @@
#######################################################################
#
# Example of how to use the WriteExcel module to
# write 1D and 2D arrays of data.
#
-require 'rubygems'
require 'writeexcel'
workbook = WriteExcel.new("write_arrays.xls")
worksheet1 = workbook.add_worksheet('Example 1')
worksheet2 = workbook.add_worksheet('Example 2')