Class: Date

Inherits:
Object show all
Defined in:
lib/commonthread/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#beginning_of_week_sundayObject



119
120
121
# File 'lib/commonthread/monkey_patches.rb', line 119

def beginning_of_week_sunday
  beginning_of_week - wday.days
end