diff options
Diffstat (limited to 'lib/axlsx/workbook/worksheet/date_time_converter.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/date_time_converter.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/date_time_converter.rb b/lib/axlsx/workbook/worksheet/date_time_converter.rb index 74199f2d..48d69d94 100644 --- a/lib/axlsx/workbook/worksheet/date_time_converter.rb +++ b/lib/axlsx/workbook/worksheet/date_time_converter.rb @@ -3,7 +3,6 @@ require "date" module Axlsx # The DateTimeConverter class converts both data and time types to their apprpriate excel serializations class DateTimeConverter - # The date_to_serial method converts Date objects to the equivelant excel serialized forms # @param [Date] date the date to be serialized # @return [Numeric] |
