mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
9 lines
96 B
Ruby
Executable File
9 lines
96 B
Ruby
Executable File
class Bignum
|
|
include Redistat::DateHelper
|
|
|
|
def to_time
|
|
Time.at(self)
|
|
end
|
|
|
|
end
|