Class: Time

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

Instance Method Summary collapse

Instance Method Details

#beginning_of_week_sundayObject



112
113
114
# File 'lib/commonthread/monkey_patches.rb', line 112

def beginning_of_week_sunday
  beginning_of_week - wday.days
end