instance method
build_target
Ruby on Rails 2.9.0
Since v1.9.3 Last seen in v2.11.0 PrivateSignature
build_target()
No documentation comment.
Source
# File lib/kamal/commands/builder/base.rb, line 110
def build_target
argumentize "--target", target if target.present?
end
Defined in lib/kamal/commands/builder/base.rb line 110
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Builder::Base