Skip to content

Instantly share code, notes, and snippets.

@aoitaku
Created October 31, 2014 08:37
Show Gist options
  • Save aoitaku/54ef3e051abc7fc8b932 to your computer and use it in GitHub Desktop.
Save aoitaku/54ef3e051abc7fc8b932 to your computer and use it in GitHub Desktop.
スタックに push しながら yield して処理後に確実に pop したいときのワンライナー
-> stack, arg { stack.tap { stack.push(arg) } and yield.tap { stack.pop } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment