class Byebug::InfoCommand

def info_file_path(file)

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