Skip to content

Instantly share code, notes, and snippets.

@orangejulius
Created March 2, 2013 01:56
Show Gist options
  • Save orangejulius/5069299 to your computer and use it in GitHub Desktop.
Save orangejulius/5069299 to your computer and use it in GitHub Desktop.
user_ids = ''
results.each do |result|
user_ids += results[:twitter_id] + ', '
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment