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