Class: Scatter::SubCommand
- Inherits:
-
Object
- Object
- Scatter::SubCommand
- Defined in:
- lib/scatter/sub_command.rb
Direct Known Subclasses
Commands::Node::Add, Commands::Node::List, Commands::Node::Rm, Commands::Remote::Add, Commands::Remote::List, Commands::Remote::Rm
Instance Method Summary collapse
-
#initialize(out) ⇒ SubCommand
constructor
A new instance of SubCommand.
Constructor Details
#initialize(out) ⇒ SubCommand
Returns a new instance of SubCommand.
3 4 5 |
# File 'lib/scatter/sub_command.rb', line 3 def initialize(out) @out = out end |