= private = protected
httpdate()
This method has no description. You can help the Ruby on Rails community by adding new notes.
# File activesupport/lib/active_support/time_with_zone.rb, line 122 def httpdate utc.httpdate end
>> time = p.updated_at
>> time.class
>> time.httpdate
.