Skip to content

Instantly share code, notes, and snippets.

@MatthewRalston
Created December 19, 2016 22:23
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 MatthewRalston/f05dd84e8da82db810460564ab5bdc33 to your computer and use it in GitHub Desktop.
Save MatthewRalston/f05dd84e8da82db810460564ab5bdc33 to your computer and use it in GitHub Desktop.
Adelle
partner = Object.new
def my_most_sincere_apology
"I'm sorry for everything that I've done. But when I call you never seem to be home."
end
try:
1000.times do |t|
partner.call(:my_most_sincere_apology)
end
catch e:
logger.error(e)
exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment