readable_inspect()
Overrides the default inspect method with a human readable one, e.g., “Mon, 21 Feb 2005”
# File activesupport/lib/active_support/core_ext/date/conversions.rb, line 63 def readable_inspect strftime("%a, %d %b %Y") end