# File lib/ruby-prof/method_info.rb, line 79
    def recursive?
      call_infos.detect do |call_info|
        call_info.recursive
      end
    end