Sha256: 9202ec1d76ba68e81f933a2a4a788b29d5eab8ba545f7d91b7363016741bc7c7
Contents?: true
Size: 332 Bytes
Versions: 7
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module RubyGPG2 module Commands module Mixins module ArmorConfig private def configure_command(builder, parameters) armor = parameters[:armor] b = super b = b.with_flag('--armor') if armor b end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems