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