Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/from_xl.rb
Overview
if defined?(DateTime)
Instance Method Summary collapse
- #from_excel ⇒ Object (also: #from_xl)
Instance Method Details
#from_excel ⇒ Object Also known as: from_xl
35 36 37 |
# File 'lib/from_xl.rb', line 35 def from_excel self.to_f.from_excel end |