# File lib/ri_cal/fast_date_time.rb, line 208 def start_of_week_with_wkst(wkst) wkst ||= 1 date = @date date -= 1 while date.wday != wkst date end