Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/core_ext/time_ext.rb
Instance Method Summary collapse
Instance Method Details
#to_i64 ⇒ Object
2 3 4 |
# File 'lib/core_ext/time_ext.rb', line 2 def to_i64 (self.to_f * 1000).to_i end |