# File lib/ruby-prof/call_stack_printer.rb, line 112
    def name(call_info)
      method = call_info.target
      method.full_name
    end