Moves self to the to directory.
self
to
74 75 76 77
# File 'lib/epath/fileutils.rb', line 74 def mv(to) FileUtils.mv(@path, to) to end