Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/whisper/common.rb

Instance Method Summary collapse

Instance Method Details

#old_to_yamlObject



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