class Integer
Public Instance Methods
work_days(week=nil)
click to toggle source
# File lib/gb_work_day/core_ext/integer.rb, line 3 def work_days(week=nil) GBWorkDay::Duration.new(self, week) end
Also aliased as: work_day