Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/js_test_core/extensions/time.rb
Instance Method Summary collapse
Instance Method Details
#rfc822 ⇒ Object
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 |