# File lib/ruby-prof/method_info.rb, line 59 def min_depth call_infos.map do |call_info| call_info.depth end.min end