Sha256: 96c662531f60c64abcd5d2cea260f8551b3d504a2f3a77d3b35c22d79fffbf03

Contents?: true

Size: 569 Bytes

Versions: 4

Compression:

Stored size: 569 Bytes

Contents

_fixture:
  ignore: DEAD_PARROT

DEAD_PARROT: &DEAD_PARROT
  parrot_sti_class: DeadParrot

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
  <<: *DEAD_PARROT

DEFAULTS: &DEFAULTS
  treasures: sapphire, ruby
  parrot_sti_class: LiveParrot

davey:
  *DEFAULTS

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/fixtures/parrots.yml
ibm_db-5.4.1-x86-mingw32 test/fixtures/parrots.yml
ibm_db-5.4.0-x86-mingw32 test/fixtures/parrots.yml
ibm_db-5.3.2-x86-mingw32 test/fixtures/parrots.yml