Method: ProjectGroup::Command#cycle
- Defined in:
- lib/project_group/command.rb
#cycle ⇒ Object
24 25 26 27 28 |
# File 'lib/project_group/command.rb', line 24 def cycle group.singles.each do |proj| puts "#{proj.path} #{proj.status.inspect} #{proj.spec_output}" end end |