Class: RubyGPG2::Commands::ListPublicKeys
- Defined in:
- lib/ruby_gpg2/commands/list_public_keys.rb
Instance Method Summary collapse
Methods included from Mixins::WithCapturedOutput
Methods included from Mixins::WithResult
Methods inherited from Base
Instance Method Details
#configure_command(builder, opts) ⇒ Object
17 18 19 20 21 |
# File 'lib/ruby_gpg2/commands/list_public_keys.rb', line 17 def configure_command(builder, opts) builder = builder.with_subcommand('--list-public-keys') builder = super(builder, opts) builder end |