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
Depends what you need it for. If you need to transport file, you can base64 encode internal yaml file.