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