module WorkingHours::CoreExt::Integer

Public Instance Methods

working() click to toggle source
# File lib/working_hours/core_ext/integer.rb, line 7
def working
  WorkingHours::DurationProxy.new(self)
end