Rename mv_from to install
This commit is contained in:
parent
b3b78eceeb
commit
eaad8393fd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user