Class: Range

Inherits:
Object
  • Object
show all
Defined in:
lib/work_days/ext/range.rb

Instance Method Summary collapse

Instance Method Details

#work_daysObject



2
3
4
# File 'lib/work_days/ext/range.rb', line 2

def work_days
  WorkDays.work_days_in_range(self.first, self.last)
end