Class: Braid::Commands::Setup
- Inherits:
-
Braid::Command
- Object
- Braid::Command
- Braid::Commands::Setup
- Defined in:
- lib/braid/commands/setup.rb
Instance Method Summary collapse
Methods inherited from Braid::Command
#config, msg, #msg, run, #verbose?
Methods included from Operations::VersionControl
#git, #git_cache, #git_svn, #svn
Instance Method Details
#run(path = nil) ⇒ Object
4 5 6 |
# File 'lib/braid/commands/setup.rb', line 4 def run(path = nil) path ? setup_one(path) : setup_all end |