Sha256: 55d786450c206ccbc569891f1cddb40621d01aaab28052327233a256bb16ba84
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module RubyGPG2 module Commands module Mixins module ArmorConfig private def configure_command(builder, parameters) armor = parameters[:armor] builder = super(builder, parameters) builder = builder.with_flag('--armor') if armor builder end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_gpg2-0.11.0.pre.5 | lib/ruby_gpg2/commands/mixins/armor_config.rb |