Sha256: 88d6cc1b1276eba1f9c824c91ddc985c382a1bdd404d0984887e4ebf337a17fe

Contents?: true

Size: 343 Bytes

Versions: 8

Compression:

Stored size: 343 Bytes

Contents

## Description

Groups targets/goals.

## Usage

```ruby
group "group_name" do
	...
end
```

* Define a group of targets or goal. These are groups of objectives to be evaluated.
* At least you must define one `group`, where you can define all your targets.
* We can use `group`, as many times as we need. Usefull to group related objectives.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
teuton-2.1.8 docs/dsl/definition/group.md
teuton-2.1.8dev1 docs/dsl/definition/group.md
teuton-2.1.7 docs/dsl/definition/group.md
teuton-2.1.6 docs/dsl/definition/group.md
teuton-2.1.5dev docs/dsl/definition/group.md
teuton-2.1.4 docs/dsl/definition/group.md
teuton-2.1.3 docs/dsl/definition/group.md
teuton-2.1.2 docs/dsl/definition/group.md