# File lib/facets/core/date/days_of_month.rb, line 5
  def days_of_month
    (1..days_in_month).to_a
  end