Method: Dry::CLI::CommandRegistry::Chain#initialize

Defined in:
lib/dry/cli/command_registry.rb

#initializeChain

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.

Returns a new instance of Chain.

Since:

  • 0.4.0



246
247
248
# File 'lib/dry/cli/command_registry.rb', line 246

def initialize
  @chain = Set.new
end