# File lib/puppet/type/cron.rb, line 56
56:         def insync?(is)
57:             if defined? @should and @should
58:                 self.is_to_s(is) == self.should_to_s
59:             else
60:                 true
61:             end
62:         end