Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2014 02:13
Show Gist options
  • Save anonymous/3f5fab7aaec93c2dfe8e to your computer and use it in GitHub Desktop.
Save anonymous/3f5fab7aaec93c2dfe8e to your computer and use it in GitHub Desktop.
get '/stuff' do
@foo = [1,5]
@foo.each do |a|
"stuff"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment