rubex

https://github.com/sciruby/rubex

Ruby

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

Rubex::DataType::CStructOrUnion#struct_or_union?

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd rubex

open lib/rubex/data_type/c_struct_or_union.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubex--DataType--CStructOrUnion-struct_or_union--for-pr


# Commit to git

git add lib/rubex/data_type/c_struct_or_union.rbgit commit -m "better docs for Rubex::DataType::CStructOrUnion#struct_or_union?"


# 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--DataType--CStructOrUnion-struct_or_union--for-pr

hub pull-request


# Celebrate!