# File lib/ri_cal/core_extensions/time/calculations.rb, line 79 def self.convert_wday(wday) wday == 0 ? 7 : wday end