Rename mv_from to install

This commit is contained in:
Max Howell 2009-06-15 00:55:18 +01:00
parent b3b78eceeb
commit eaad8393fd

View File

@ -91,7 +91,7 @@ class Pathname
FileUtils.mv to_s, dst
end
def mv_from src
def install src
FileUtils.mv src, to_s
end