Sha256: 063f19df28d22bc4455c76dc5974ca3d415d0aeebf41f1b2f4569407cedfd373
Contents?: true
Size: 291 Bytes
Versions: 51
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true # takelage bit scope inbit module BitScopeInbit # Backend method for bit scope inbit. def bit_scope_inbit 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
51 entries across 51 versions & 1 rubygems