# File lib/new_relic/agent/threading/backtrace_node.rb, line 29 def find_child(raw_line) @children.find { |child| child.raw_line == raw_line } end