8 9 10
# File 'lib/rmega/nodes/traversable.rb', line 8 def folders children.select { |node| node.type == :folder } end