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