Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created February 15, 2014 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/9024518 to your computer and use it in GitHub Desktop.
Save marcusramberg/9024518 to your computer and use it in GitHub Desktop.
blogs_count=3
blogs=['vg.no','google.com','meatchat.com','wat.com']
i=0
feeds=[]
while i <= blogs_count
feeds << blogs[i]
i+=1
end
feeds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment