Sha256: f5dd9a5e89b7404846f82e362b16f363ae848ea4823c8a5af8bdfd9beb3fd842
Contents?: true
Size: 352 Bytes
Versions: 25
Compression:
Stored size: 352 Bytes
Contents
module SSHKit module Backend # Printer is used to implement --dry-run in Capistrano class Printer < Abstract def execute_command(cmd) output.log_command_start(cmd.with_redaction) end alias :upload! :execute alias :download! :execute def test(*) super true end end end end
Version data entries
25 entries across 25 versions & 2 rubygems