Method: Dry::CLI::CommandRegistry::Chain#initialize
- Defined in:
- lib/dry/cli/command_registry.rb
#initialize ⇒ Chain
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.
246 247 248 |
# File 'lib/dry/cli/command_registry.rb', line 246 def initialize @chain = Set.new end |