I want to move a file with Ruby. How do I do that?
FileUtils.move
require "FileUtils" FileUtils.move 'stuff.rb', '/notexist/lib/ruby'