diff --git a/lib/homesick/actions/file_actions.rb b/lib/homesick/actions/file_actions.rb index d3bc6b3..d9c7c7b 100644 --- a/lib/homesick/actions/file_actions.rb +++ b/lib/homesick/actions/file_actions.rb @@ -2,6 +2,8 @@ module Homesick module Actions # File-related helper methods for Homesick module FileActions + protected + def mv(source, destination) source = Pathname.new(source) destination = Pathname.new(destination + source.basename)