# File lib/puppet/type/cron.rb, line 56 56: def insync?(is) 57: self.is_to_s(is) == self.should_to_s 58: end