Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/ghtorrent/time.rb

Instance Method Summary collapse

Instance Method Details

#to_msObject



2
3
4
# File 'lib/ghtorrent/time.rb', line 2

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