concurrent-ruby

https://github.com/ruby-concurrency/concurrent-ruby

Ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.

CustomMarkdownRenderer#table_wrapper_open

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:ruby-concurrency/concurrent-ruby.git

cd concurrent-ruby

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-CustomMarkdownRenderer-table_wrapper_open-for-pr


# Commit to git

git add git commit -m "better docs for CustomMarkdownRenderer#table_wrapper_open"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-CustomMarkdownRenderer-table_wrapper_open-for-pr

hub pull-request


# Celebrate!