Skip to content

Instantly share code, notes, and snippets.

@tomajask
Created April 29, 2015 09:38
Show Gist options
  • Save tomajask/ecf3802912f94dc2320d to your computer and use it in GitHub Desktop.
Save tomajask/ecf3802912f94dc2320d to your computer and use it in GitHub Desktop.
fields = %w(foo bar baz)
fields.each_with_object({}) do |field, memo|
memo[field] = rand(1000)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment