Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/log_weaver/monkey_patch.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/log_weaver/monkey_patch.rb', line 9 def to_s self.strftime("%Y-%m-%d %H:%M:%S.%L") end |