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