Method: ProjectGroup::Configs#group
- Defined in:
- lib/project_group/config.rb
#group(name, &b) ⇒ Object
72 73 74 75 76 77 |
# File 'lib/project_group/config.rb', line 72 def group(name,&b) c = GroupWrapper.new(Group.new(:name => name)) c.configs = self b[c] self.group_configs << c end |