instance method
remove_directory
Ruby on Rails 2.1.2
Since v1.9.3 Last seen in v2.11.0Signature
remove_directory(path)
No documentation comment.
Parameters
-
pathreq
Source
# File lib/kamal/commands/base.rb, line 36
def remove_directory(path)
[ :rm, "-r", path ]
end
Defined in lib/kamal/commands/base.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Base