class Date
Public Class Methods
next_week()
click to toggle source
# File lib/timespan.rb, line 28 def self.next_week Date.today.next_week end
# File lib/timespan.rb, line 28 def self.next_week Date.today.next_week end