Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/bundler/backports/time.rb
Instance Method Summary collapse
Instance Method Details
#nsec ⇒ Object
3 4 5 |
# File 'lib/bundler/backports/time.rb', line 3 def nsec sec * (10**9) end |