class Fugit::Cron

def weekday_modulo_match?(nt, mod)

def weekday_modulo_match?(nt, mod)
  (nt.rweek % mod[0]) == (mod[1] % mod[0])
end