Sha256: 26bb680a6e107ee08892311b5b27215e71ecd0929f0ac832703fca597aa507ec
Contents?: true
Size: 397 Bytes
Versions: 25
Compression:
Stored size: 397 Bytes
Contents
module RubyGPG2 module Commands module Mixins module OutputConfig def configure_command(builder, opts) output_file_path = opts[:output_file_path] builder = super(builder, opts) builder = builder.with_option( '--output', output_file_path, quoting: '"') if output_file_path builder end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems