class RubyGPG2::Commands::Encrypt
Public Instance Methods
configure_command(builder, opts)
click to toggle source
Calls superclass method
RubyGPG2::Commands::Mixins::TrustModeConfig#configure_command
# File lib/ruby_gpg2/commands/encrypt.rb, line 23 def configure_command(builder, opts) builder = super(builder, opts) builder = builder.with_subcommand('--encrypt') builder end