class RubyProf::AbstractPrinter

def method_location(method)

def method_location(method)
  if method.source_file
    "#{method.source_file}:#{method.line}"
  end
end