Nom de fichier Ruby depuis le chemin

path = "/path/to/file.ext"

File.basename(path) # 'file.ext'
juliocorradi