Class: Codeowners::CLI::Commands::Command
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Codeowners::CLI::Commands::Command
- Defined in:
- lib/codeowners/cli.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(out: $stdout) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(out: $stdout) ⇒ Command
Returns a new instance of Command.
12 13 14 |
# File 'lib/codeowners/cli.rb', line 12 def initialize(out: $stdout) @out = out end |