class Time

def sunday

assumed to start on a Monday. +DateTime+ objects have their time set to 23:59:59.
Returns a new +Date+/+DateTime+ representing the end of this week. Week is
def sunday
  end_of_week
end