Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/winker/float.rb
Instance Method Summary collapse
Instance Method Details
#to_date ⇒ Object
6 7 8 |
# File 'lib/winker/float.rb', line 6 def to_date self.to_time.to_date end |
#to_time ⇒ Object
3 4 5 |
# File 'lib/winker/float.rb', line 3 def to_time Time.at(self) end |