Class: DeployLog::Calendar
- Inherits:
-
Object
- Object
- DeployLog::Calendar
- Defined in:
- lib/deploy_log/calendar.rb
Class Method Summary collapse
Class Method Details
.start_of_week(week_num) ⇒ Object
5 6 7 |
# File 'lib/deploy_log/calendar.rb', line 5 def self.start_of_week(week_num) puts week_num end |