Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Includes:
- Redistat::DateHelper
- Defined in:
- lib/redistat/core_ext/fixnum.rb
Instance Method Summary collapse
Methods included from Redistat::DateHelper
Instance Method Details
#to_time ⇒ Object
4 5 6 |
# File 'lib/redistat/core_ext/fixnum.rb', line 4 def to_time Time.at(self) end |