Skip to content

Instantly share code, notes, and snippets.

@tit
Created June 1, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tit/afc195ccb38ca1f17916bdce7a68d2a0 to your computer and use it in GitHub Desktop.
Save tit/afc195ccb38ca1f17916bdce7a68d2a0 to your computer and use it in GitHub Desktop.
To toss a coin and execute the code ... or not ...
# execute yield or not
# @return [Mixed]
# @example coin { Hamlet.new.to_be }
def coin
yield if [true, false].sample
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment