オブジェクト包含階層の末端か?
Returns:
887 888 889
# File 'lib/when_exe/parts/resource.rb', line 887 def leaf? !@child || (@child.length==0) end