Class: Date

Inherits:
Object show all
Defined in:
lib/timespan.rb

Class Method Summary collapse

Class Method Details

.next_weekObject



28
29
30
# File 'lib/timespan.rb', line 28

def self.next_week
	Date.today.next_week
end