Class: RubyGPG2::Commands::Decrypt

Instance Method Summary collapse

Methods inherited from Base

#execute, #initialize

Constructor Details

This class inherits a constructor from RubyGPG2::Commands::Base

Instance Method Details

#configure_command(builder, opts) ⇒ Object



27
28
29
30
# File 'lib/ruby_gpg2/commands/decrypt.rb', line 27

def configure_command(builder, opts)
  builder = super(builder, opts)
  builder.with_subcommand('--decrypt')
end