40 41 42
# File 'lib/orca/group.rb', line 40 def includes(group) Orca::Group.find(group).nodes.each {|n| add_node(n) } end