# File lib/runt/temporalexpression.rb, line 243 def week_in_month(day_in_month) ((day_in_month - 1) / 7) + 1 end