Sha256: e1f56cee27edb204e4248870e324b8bf116106e0c80143c01686c0ab03679755
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true module RubyGPG2 module Commands module Mixins module RecipientConfig private def configure_command(builder, parameters) recipient = parameters[:recipient] builder = super(builder, parameters) if recipient builder = builder.with_option( '--recipient', recipient ) end 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/recipient_config.rb |