rubex

https://github.com/sciruby/rubex

Ruby

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

Rubex::AST::TopStatement::AttachedKlass#add_auxillary_functions_to_klass_scope

Since auxillary functions are detached from the klass statements,
  analyse their arg_list separately and add function names to the
  class scope so that their statements can be analysed properly later.

Source | Google | Stack overflow

Edit

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

cd rubex

open lib/rubex/ast/top_statement/klass/attached_klass.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Rubex--AST--TopStatement--AttachedKlass-add_auxillary_functions_to_klass_scope-for-pr


# Commit to git

git add lib/rubex/ast/top_statement/klass/attached_klass.rbgit commit -m "better docs for Rubex::AST::TopStatement::AttachedKlass#add_auxillary_functions_to_klass_scope"


# 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--AST--TopStatement--AttachedKlass-add_auxillary_functions_to_klass_scope-for-pr

hub pull-request


# Celebrate!