Skip to content

Instantly share code, notes, and snippets.

@hideack
Created August 10, 2020 12:38
Show Gist options
  • Save hideack/eaf213f42e042db2f1160a9a56464a84 to your computer and use it in GitHub Desktop.
Save hideack/eaf213f42e042db2f1160a9a56464a84 to your computer and use it in GitHub Desktop.
catch :loop do
foo.each do |onefoo|
bar.each do |onebar|
# いろいろ処理
throw :loop if count > 5
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment