Skip to content

Instantly share code, notes, and snippets.

@oleander
Created July 5, 2011 09:12
Show Gist options
  • Select an option

  • Save oleander/1064532 to your computer and use it in GitHub Desktop.

Select an option

Save oleander/1064532 to your computer and use it in GitHub Desktop.
customers = ["Pelle", "Lars"].map do |name|
Customer.new(name: name, age: rand(123))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment