lib/cap-util/shared_path.rb in cap-util-1.4.0 vs lib/cap-util/shared_path.rb in cap-util-1.5.0
- old
+ new
@@ -6,10 +6,10 @@
# after cap's `shared_path` method b/c they point at similar locations.
class SharedPath
include CapUtil
- def initialize(cap, path=nil)
+ def initialize(cap, path = nil)
@cap = cap
@shared_path = File.expand_path(path || cap.shared_path)
end
def rm_rf(rel_path)