Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/ghtorrent/time.rb
Instance Method Summary collapse
Instance Method Details
#to_ms ⇒ Object
2 3 4 |
# File 'lib/ghtorrent/time.rb', line 2 def to_ms (self.to_f * 1000.0).to_i end |