4 lines
142 B
Ruby
4 lines
142 B
Ruby
File.rename('input.txt', 'output.txt')
|
|
File.rename('/input.txt', '/output.txt')
|
|
File.rename('docs', 'mydocs')
|
|
File.rename('/docs', '/mydocs')
|