# File lib/ruby-prof/method_info.rb, line 75 def children @children ||= begin call_infos.map do |call_info| call_info.children end.flatten end end