# frozen_string_literal = true module DeployLog class Calendar def self.start_of_week(week_num) puts week_num end end end