ruby
https://github.com/ruby/ruby
Ruby
The Ruby Programming Language
RubyVM::RJIT::Assembler#cmovge
No Docs, write some!
Edit
git clone [email protected]:ruby/ruby.git
cd ruby
open lib/ruby_vm/rjit/assembler.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RubyVM--RJIT--Assembler-cmovge-for-pr
# Commit to gitgit add lib/ruby_vm/rjit/assembler.rbgit commit -m "better docs for RubyVM::RJIT::Assembler#cmovge"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RubyVM--RJIT--Assembler-cmovge-for-pr
hub pull-request
# Celebrate!