class Time

Public Instance Methods

to_ms() click to toggle source
# File lib/benchmark_time/time.rb, line 2
def to_ms
  (self.to_f * 1000.0).to_i
end