<< back

  1. Description

  2. Usage

  3. Alias

  4. Weight

Description

target instruction is used to begin new target/goal definition, and sets its description.

Usage

target "Write here your description"

Alias

goal keyword is an alias of target. So it's the same:

target "Write here your description"

or

goal "Write here your description"

Weight

By default weight is 1.0, but it's posible specified other value:

target "Write here your description", :weight => 2.5