mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
79dc275b8d
as per the last version of the yml specifications : http://www.yaml.org/spec/1.2/spec.html#* alias//
27 lines
457 B
YAML
27 lines
457 B
YAML
george:
|
|
name: "Curious George"
|
|
treasures: diamond, sapphire
|
|
parrot_sti_class: LiveParrot
|
|
|
|
louis:
|
|
name: "King Louis"
|
|
treasures: [diamond, sapphire]
|
|
parrot_sti_class: LiveParrot
|
|
|
|
frederick:
|
|
name: $LABEL
|
|
parrot_sti_class: LiveParrot
|
|
|
|
polly:
|
|
id: 4
|
|
name: $LABEL
|
|
killer: blackbeard
|
|
treasures: sapphire, ruby
|
|
parrot_sti_class: DeadParrot
|
|
|
|
DEFAULTS: &DEFAULTS
|
|
treasures: sapphire, ruby
|
|
parrot_sti_class: LiveParrot
|
|
|
|
davey:
|
|
*DEFAULTS
|