node default {
include test
}
class test {
$list = ['foo','bar',undef,'4',undef,'six']
$joined = inline_template("<%= (list).reject{|x| x == :undef} %>")
notify{"see $joined":}
}
Thursday, March 8, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment