class Byebug::InfoCommand

def info_file_path(file)

def info_file_path(file)
  print "File #{file}"
  path = LineCache.path(file)
  print " - #{path}\n" if path and path != file
end