Guest User

Untitled

a guest
Nov 13th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. list_of_data.each do |data|
  2. # ...
  3. locations.each do |location|
  4. if condition
  5. break
  6. end
  7. end
  8. # ...
  9. end
Advertisement
Add Comment
Please, Sign In to add comment