Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/whisper/common.rb
Instance Method Summary collapse
Instance Method Details
#old_to_yaml ⇒ Object
5 |
# File 'lib/whisper/common.rb', line 5 alias :old_to_yaml :to_yaml |
#to_yaml(*a) ⇒ Object
6 7 8 |
# File 'lib/whisper/common.rb', line 6 def to_yaml *a utc.old_to_yaml(*a) end |