Method: ProjectGroup::GroupWrapper#singles
- Defined in:
- lib/project_group/config.rb
#singles ⇒ Object
22 23 24 25 26 |
# File 'lib/project_group/config.rb', line 22 def singles project_names.map do |name| configs.projects.find { |x| x.name == name } end end |