What is the best way to create an empty file in Ruby?
Something similar to the Unix command, touch:
touch file.txt
And also, less advantageous, but very brief:
`touch file.txt`