Sha256: 78e47957306c27c4df4d46c9ec1a9f70ef9721eca7200795eec539623a5b9620
Contents?: true
Size: 283 Bytes
Versions: 10
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true # takelage bit scope ssh module BitScopeSSH # Backend method for bit scope ssh. def bit_scope_ssh log.debug 'Logging in to bit remote server' return false unless configured? %w[bit_ssh] run_and_exit config.active['bit_ssh'] end end
Version data entries
10 entries across 10 versions & 1 rubygems