Top Level Namespace

Defined Under Namespace

Classes: Date, Numeric, Week

Instance Method Summary collapse

Instance Method Details

#week(year = @today.year, week = @today.cweek, fday = 0) ⇒ Object



62
63
64
# File 'lib/week.rb', line 62

def week(year = @today.year, week = @today.cweek, fday = 0)
  Week.new(year, week, fday).days
end