# File lib/puppet/type/cron.rb, line 75
75:     def limitcheck(num, lower, upper)
76:       (num >= lower and num <= upper) && num
77:     end