Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/gb_work_day/core_ext/integer.rb

Instance Method Summary collapse

Instance Method Details

#work_days(week = nil) ⇒ Object Also known as: work_day



3
4
5
# File 'lib/gb_work_day/core_ext/integer.rb', line 3

def work_days(week=nil)
  GBWorkDay::Duration.new(self, week)
end