class Fingerer::Time
Public Instance Methods
to_ms()
click to toggle source
# File lib/fingerer/time.rb, line 4 def to_ms (self.to_f * 1000.0).to_i end
# File lib/fingerer/time.rb, line 4 def to_ms (self.to_f * 1000.0).to_i end