# File lib/ruby-prof/printers/abstract_printer.rb, line 45
    def method_name(method)
      name = method.full_name
      if print_file
        name += " (#{method.source_file}:#{method.line}}"
      end
      name
    end