instance method
puts_by_host
Ruby on Rails 2.9.0
Since v1.9.3 Last seen in v2.11.0Signature
puts_by_host(host, output, type: "App", quiet: false)
No documentation comment.
Parameters
-
hostreq -
outputreq -
typekey = "App" -
quietkey = false
Source
# File lib/kamal/sshkit_with_ext.rb, line 22
def puts_by_host(host, output, type: "App", quiet: false)
unless quiet
puts "#{type} Host: #{host}"
end
puts "#{output}\n\n"
end
Defined in lib/kamal/sshkit_with_ext.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in SSHKit::Backend::Abstract