Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/logs/execution_log.rb

Instance Method Summary collapse

Instance Method Details

#to_msObject



3
4
5
# File 'lib/logs/execution_log.rb', line 3

def to_ms
  (self.to_f * 1000.0).to_i
end