# File lib/active_support/core_ext/string/conversions.rb, line 18 def to_date ::Date.new(*::Date._parse(self, false).values_at(:year, :mon, :mday)) end