Class: Date
- Inherits:
-
Object
- Object
- Date
- 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
21 22 23 |
# File 'lib/to_xl.rb', line 21 def to_excel self.to_time.to_excel end |