Class: Scatter::Commands::Remote::Add
- Inherits:
-
SubCommand
- Object
- SubCommand
- Scatter::Commands::Remote::Add
- Defined in:
- lib/scatter/commands/remote/add.rb
Instance Method Summary collapse
- #execute! ⇒ Object
-
#initialize(out, name) ⇒ Add
constructor
A new instance of Add.
Constructor Details
#initialize(out, name) ⇒ Add
Returns a new instance of Add.
5 6 7 8 |
# File 'lib/scatter/commands/remote/add.rb', line 5 def initialize(out, name) super(out) @name = name end |