Is there a custom tag in YAML for ruby to include a YAML file inside a YAML file?
#E.g.: --- !include filename: another.yml
A similar que
!include
it is not a feature of Python (or PyYAML) but a feature of the "poze" library:
poze.configuration exposes a default directive named include.
YAML specification does not define such a standard tag.