# File lib/more/facets/date.rb, line 88
  def days_in_month
     Date.civil(year, month, -1).day
  end