Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/js_test_core/extensions/time.rb

Instance Method Summary collapse

Instance Method Details

#rfc822Object



3
4
5
# File 'lib/js_test_core/extensions/time.rb', line 3

def rfc822
  strftime("%a, %d %b %Y %k:%M:%S %Z")
end