# File lib/as_scenegraph.rb, line 17 def inspect(indent=0) arr = children.map{|child| child.inspect(indent + 1)} "#{"\t"*indent}AS::Scene::GroupNode\n#{arr.join("\n")}" end