Class: Braid::Commands::Setup

Inherits:
Braid::Command show all
Defined in:
lib/braid/commands/setup.rb

Instance Method Summary collapse

Methods inherited from Braid::Command

#config, #force?, handle_error, #msg, msg, #run, #verbose?

Methods included from T::Sig

#sig

Methods included from Operations::VersionControl

#git, #git_cache

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