Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/to_xl.rb
Instance Method Summary collapse
- #to_excel ⇒ Object (also: #to_xl)
Instance Method Details
#to_excel ⇒ Object Also known as: to_xl
33 34 35 |
# File 'lib/to_xl.rb', line 33 def to_excel self.to_time.to_excel end |