rubex
https://github.com/sciruby/rubex
Ruby
rubex - A Ruby-like language for writing Ruby C extensions.
Rubex::SymbolTable::Entry#no_gil=
Whether this entry has a no_gil tag or not. Applicable for C functions.
Edit
git clone [email protected]:sciruby/rubex.git
cd rubex
open lib/rubex/symbol_table/entry.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rubex--SymbolTable--Entry-no_gil--for-pr
# Commit to gitgit add lib/rubex/symbol_table/entry.rbgit commit -m "better docs for Rubex::SymbolTable::Entry#no_gil="
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rubex--SymbolTable--Entry-no_gil--for-pr
hub pull-request
# Celebrate!