Reduced visibility of methods.
This commit is contained in:
@@ -2,6 +2,8 @@ module Homesick
|
|||||||
module Actions
|
module Actions
|
||||||
# File-related helper methods for Homesick
|
# File-related helper methods for Homesick
|
||||||
module FileActions
|
module FileActions
|
||||||
|
protected
|
||||||
|
|
||||||
def mv(source, destination)
|
def mv(source, destination)
|
||||||
source = Pathname.new(source)
|
source = Pathname.new(source)
|
||||||
destination = Pathname.new(destination + source.basename)
|
destination = Pathname.new(destination + source.basename)
|
||||||
|
|||||||
Reference in New Issue
Block a user