Sha256: 9fd0e62530d494a3c2b7ae1db059b537f31b16b70c3c85a21fd13095463a9e95
Contents?: true
Size: 382 Bytes
Versions: 8
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 8 versions & 1 rubygems