class Byebug::InfoCommand

def info_file_path(file)

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