readable_inspect()
public
Overrides the default inspect method
with a human readable one, e.g., “Mon, 21 Feb 2005 14:30:00 +0000”.
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 60
def readable_inspect
to_fs(:rfc822)
end