module

Expect

Instance methods

interactive_process_nonblock(command : String, config : GpgCommandConfig)

Changed signature to accept GpgCommandConfig Assuming GpgCommandConfig is defined elsewhere and accessible here. If GpgCommandConfig is not in the same scope, you might need a require statement at the top of this file, e.g., require "./dkeygen/cli_cmd_dump" if it's defined there and that file defines the class at the top level. For now, we'll assume it's resolvable by the compiler.