# File lib/puppet/type/cron.rb, line 215 215: def should 216: if @should 217: if @should.is_a? Array 218: @should[0] 219: else 220: devfail "command is not an array" 221: end 222: else 223: nil 224: end 225: end