Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created June 19, 2012 18:17
Show Gist options
  • Save robinbowes/2955707 to your computer and use it in GitHub Desktop.
Save robinbowes/2955707 to your computer and use it in GitHub Desktop.
answer.each_key { |resource|
answer[resource].each_key { |instance|
function_create_resources(resource, answer[resource][instance])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment