Skip to content

Instantly share code, notes, and snippets.

@enebo
Created November 3, 2014 19:54
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 enebo/c97e702ac35931f1422b to your computer and use it in GitHub Desktop.
Save enebo/c97e702ac35931f1422b to your computer and use it in GitHub Desktop.
def foo
Thread.start { return }
end
foo.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment