# File lib/chef/provider/cron.rb, line 33 def initialize(new_resource, run_context) super(new_resource, run_context) @cron_exists = false @cron_empty = false end