rubex
https://github.com/sciruby/rubex
Ruby
rubex - A Ruby-like language for writing Ruby C extensions.
Rubex::Helpers::Writers#write_char_2_ruby_str_header
No Docs, write some!
Edit
git clone [email protected]:sciruby/rubex.git
cd rubex
open lib/rubex/helpers/writers.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rubex--Helpers--Writers-write_char_2_ruby_str_header-for-pr
# Commit to gitgit add lib/rubex/helpers/writers.rbgit commit -m "better docs for Rubex::Helpers::Writers#write_char_2_ruby_str_header"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rubex--Helpers--Writers-write_char_2_ruby_str_header-for-pr
hub pull-request
# Celebrate!