Sha256: 5dd2689feee4451d73e7fd2f4b3e24316b3d13e04179d65739ad20be760dbb65
Contents?: true
Size: 351 Bytes
Versions: 19
Compression:
Stored size: 351 Bytes
Contents
module RubyGPG2 module Commands module Mixins module InputConfig def configure_command(builder, opts) input_file_path = opts[:input_file_path] builder = super(builder, opts) builder = builder.with_argument(input_file_path) if input_file_path builder end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems