Sha256: f70a6c98d96cb4dea7d3cbef27cc6e90ff5643a6e03dc23821bebb062d28cd34
Contents?: true
Size: 361 Bytes
Versions: 19
Compression:
Stored size: 361 Bytes
Contents
module RubyGPG2 module Commands module Mixins module RecipientConfig def configure_command(builder, opts) recipient = opts[:recipient] builder = super(builder, opts) builder = builder.with_option( '--recipient', recipient) if recipient builder end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems