# File lib/yard/parser/ruby/ast_node.rb, line 184 def children @children ||= select {|e| AstNode === e } end