Class: Date

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

Class Method Summary collapse

Class Method Details

.next_weekObject



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

def self.next_week
	Date.today.next_week
end