# File lib/puppet/type/cron.rb, line 141 141: def should 142: if @should and @should[0] == :absent 143: :absent 144: else 145: @should 146: end 147: end