# File lib/ruby-prof/method_info.rb, line 71 def root? @root ||= begin call_infos.find do |call_info| not call_info.root? end.nil? end end