rubex
https://github.com/sciruby/rubex
Ruby
rubex - A Ruby-like language for writing Ruby C extensions.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to rubex
Help out
- Issues
- Docs
- Rubex::AST::Expression::CommandCall#initialize
- Rubex::AST::Expression::CommandCall#type
- Rubex::AST::Expression::CommandCall#arg_list
- Rubex::AST::Expression::CommandCall#command
- Rubex::AST::Expression::CommandCall#expr
- Rubex::AST::Expression::MethodCall#populate_method_args_into_value_array
- Rubex::AST::Expression::MethodCall#actual_ruby_method_call
- Rubex::AST::Expression::MethodCall#code_for_ruby_method_call
- Rubex::AST::Expression::MethodCall#code_for_c_method_call
- Rubex::AST::Expression::MethodCall#method_not_within_scope?