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