Skip to content

Instantly share code, notes, and snippets.

@mikeweber
Created June 7, 2012 19:37
Show Gist options
  • Save mikeweber/2891088 to your computer and use it in GitHub Desktop.
Save mikeweber/2891088 to your computer and use it in GitHub Desktop.
inline YAML
YAML::load(%{
hello:
world:
id: 1
value: #{@foo.bar}
everyone_else:
id: 2
value: "Yazoo!"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment