nama file ruby ​​dari jalan

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

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