Method: ProjectGroup::Repo#cmd
- Defined in:
- lib/project_group/repo.rb
#cmd(str) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/project_group/repo.rb', line 8 def cmd(str) c = "cd #{path} && #{str}" puts c res = ProjectGroup.ec(c) puts res res end |