instance method
make_directory_for
Ruby on Rails 2.3.0
Since v1.9.3 Last seen in v2.11.0Signature
make_directory_for(remote_file)
No documentation comment.
Parameters
-
remote_filereq
Source
# File lib/kamal/commands/base.rb, line 21
def make_directory_for(remote_file)
make_directory Pathname.new(remote_file).dirname.to_s
end
Defined in lib/kamal/commands/base.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Base