4 5 6
# File 'lib/braid/commands/setup.rb', line 4 def run(path = nil) path ? setup_one(path) : setup_all end