Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/time_precise.rb
Instance Method Summary collapse
Instance Method Details
#precise ⇒ Object
4 5 6 |
# File 'lib/time_precise.rb', line 4 def precise self.strftime("%s%L").to_i end |