# File lib/yard/parser/ruby/ast_node.rb, line 191 def jump(*node_types) traverse {|child| return(child) if node_types.include?(child.type) } self end