Skip to content

Instantly share code, notes, and snippets.

@imajes
Created July 8, 2010 20:04
Show Gist options
  • Save imajes/468525 to your computer and use it in GitHub Desktop.
Save imajes/468525 to your computer and use it in GitHub Desktop.
1.upto(10) do |row|
1.upto(10) do |col|
query(row, col)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment