Method: PDK::CLI::ExecGroup#initialize
- Defined in:
- lib/pdk/cli/exec_group.rb
#initialize(_message, opts = {}) ⇒ ExecGroup
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Base class for an Exection Group
31 32 33 |
# File 'lib/pdk/cli/exec_group.rb', line 31 def initialize(, opts = {}) = opts end |