Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/cloud_query.rb
Instance Method Summary collapse
Instance Method Details
#to_i_with_milliseconds ⇒ Object
40 41 42 |
# File 'lib/cloud_query.rb', line 40 def to_i_with_milliseconds (to_f * 1000).to_i end |