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