Skip to content

Instantly share code, notes, and snippets.

@adityagodbole
Created November 25, 2017 06:11
Show Gist options
  • Save adityagodbole/1b34f7c7b722cc24b2bbf541fbe837a5 to your computer and use it in GitHub Desktop.
Save adityagodbole/1b34f7c7b722cc24b2bbf541fbe837a5 to your computer and use it in GitHub Desktop.
require 'washroom'
washroom = WashroomPool.get
begin
washroom.use
ensure
washroom.flush
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment