Sha256: 892b2c7e79e4171bf2110f69e8e98d97a2a3bdb7a00d534c4a0e86182442bf08
Contents?: true
Size: 346 Bytes
Versions: 34
Compression:
Stored size: 346 Bytes
Contents
require "airbrussh/formatter" # Capistrano's formatter configuration requires that the formatter class # be in the SSHKit::Formatter namespace. So we declare # SSHKit::Formatter::Airbrussh that simply functions as an alias for # Airbrussh::Formatter. module SSHKit module Formatter class Airbrussh < Airbrussh::Formatter end end end
Version data entries
34 entries across 34 versions & 2 rubygems