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