Sha256: bed55a71c85f683cc31bee3fdec999ddc91062a6a318ec74226ecf24f2a9aa72
Contents?: true
Size: 338 Bytes
Versions: 38
Compression:
Stored size: 338 Bytes
Contents
module RubyGPG2 module Commands module Mixins module BatchConfig def configure_command(builder, opts) batch = opts[:batch].nil? ? true : opts[:batch] builder = super(builder, opts) builder = builder.with_flag('--batch') if batch builder end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems