Extract puts_by_host
This commit is contained in:
8
lib/mrsk/sshkit_with_ext.rb
Normal file
8
lib/mrsk/sshkit_with_ext.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "sshkit"
|
||||
require "sshkit/dsl"
|
||||
|
||||
class SSHKit::Backend::Abstract
|
||||
def puts_by_host(host, output)
|
||||
puts "App Host: #{host}\n#{output}\n\n"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user