Module: WorkingHours::CoreExt::Integer
- Defined in:
- lib/working_hours/core_ext/integer.rb
Instance Method Summary collapse
Instance Method Details
#working ⇒ Object
7 8 9 |
# File 'lib/working_hours/core_ext/integer.rb', line 7 def working WorkingHours::DurationProxy.new(self) end |