Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/logs/execution_log.rb
Instance Method Summary collapse
Instance Method Details
#to_ms ⇒ Object
3 4 5 |
# File 'lib/logs/execution_log.rb', line 3 def to_ms (self.to_f * 1000.0).to_i end |