# File lib/puppet/type/cron.rb, line 127 127: def should 128: if @should and @should[0] == :absent 129: :absent 130: else 131: @should 132: end 133: end