# File lib/more/facets/date.rb, line 384
  def to_date
    ::Date.new(year, month, day)
  end