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