Module: BusinessDays

Included in:
Numeric
Defined in:
lib/business_days.rb,
lib/business_days/date.rb,
lib/business_days/time.rb

Defined Under Namespace

Modules: Date, Time Classes: BusinessDayDuration

Instance Method Summary collapse

Instance Method Details

#business_daysObject Also known as: business_day



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

def business_days
  BusinessDayDuration.new(self)
end