# File lib/ferret/number_tools.rb, line 134 134: def to_date_lex 135: return Date.strptime(self + "-02-01", "%Y-%m-%d") 136: end