Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class T
- private
- def self.time
- @time = Time.now
- end
- public
- def self.epoch
- time.to_i
- end
- public
- def self.iso
- time.iso8601
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement