rubex

https://github.com/sciruby/rubex

Ruby

rubex - A Ruby-like language for writing Ruby C extensions.

Rubex::SymbolTable::Scope::Klass#no_gil_block_callbacks=

Similar to begin_block_callbacks

Source | Google | Stack overflow

Edit

git clone [email protected]:sciruby/rubex.git

cd rubex

open lib/rubex/symbol_table/scope.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubex--SymbolTable--Scope--Klass-no_gil_block_callbacks--for-pr


# Commit to git

git add lib/rubex/symbol_table/scope.rbgit commit -m "better docs for Rubex::SymbolTable::Scope::Klass#no_gil_block_callbacks="


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Rubex--SymbolTable--Scope--Klass-no_gil_block_callbacks--for-pr

hub pull-request


# Celebrate!