Skip to content

Instantly share code, notes, and snippets.

@flemdizzle
Created November 18, 2014 23:26
Show Gist options
  • Save flemdizzle/8f5af05389077c91e59c to your computer and use it in GitHub Desktop.
Save flemdizzle/8f5af05389077c91e59c to your computer and use it in GitHub Desktop.
require 'faker'
output = []
dates = []
20.times do
output << Faker::Commerce.product_name
end
20.times do
dates << Faker::Date.backward(15)
end
puts dates
puts output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment