Skip to content

Instantly share code, notes, and snippets.

@oleganza
Created January 12, 2011 10:03
Show Gist options
  • Select an option

  • Save oleganza/775960 to your computer and use it in GitHub Desktop.

Select an option

Save oleganza/775960 to your computer and use it in GitHub Desktop.
def go_shopping
buy_gloves do
buy_shoes do
buy_coat do
yield
end
end
eat_sandwitch do # in parallel to buying shoes
drink_coke do
yield
end
ebd
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment