rubex
https://github.com/sciruby/rubex
Ruby
rubex - A Ruby-like language for writing Ruby C extensions.
Rubex::AST::TopStatement::CFunctionDef#return_ptr_level
Returns the value of attribute return_ptr_level
Edit
git clone [email protected]:sciruby/rubex.git
cd rubex
open lib/rubex/ast/top_statement/method_def/c_function_def.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rubex--AST--TopStatement--CFunctionDef-return_ptr_level-for-pr
# Commit to gitgit add lib/rubex/ast/top_statement/method_def/c_function_def.rbgit commit -m "better docs for Rubex::AST::TopStatement::CFunctionDef#return_ptr_level"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rubex--AST--TopStatement--CFunctionDef-return_ptr_level-for-pr
hub pull-request
# Celebrate!