Module: Cryptowatch::Utils
- Defined in:
- lib/cryptowatch/utils.rb
Class Method Summary collapse
Class Method Details
.time_elapsed(start, finish) ⇒ Object
9 10 11 |
# File 'lib/cryptowatch/utils.rb', line 9 def self.time_elapsed(start, finish) return ((finish - start) * 1000.0) end |