Class: Braid::Commands::Setup
- Inherits:
-
Braid::Command
- Object
- Braid::Command
- Braid::Commands::Setup
- Defined in:
- lib/braid/commands/setup.rb
Instance Method Summary collapse
-
#initialize(path = nil) ⇒ Setup
constructor
A new instance of Setup.
Methods inherited from Braid::Command
#config, #force?, handle_error, #msg, msg, #run, #verbose?
Methods included from T::Sig
Methods included from Operations::VersionControl
Constructor Details
#initialize(path = nil) ⇒ Setup
Returns a new instance of Setup.
6 7 8 |
# File 'lib/braid/commands/setup.rb', line 6 def initialize(path = nil) @path = path end |