Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created January 12, 2015 17:42
Show Gist options
  • Save ripienaar/e47b207ccbb99216cc4f to your computer and use it in GitHub Desktop.
Save ripienaar/e47b207ccbb99216cc4f to your computer and use it in GitHub Desktop.
$ irb -r yaml
>> puts ([{},{}]).to_yaml
---
- {}
- {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment