jruby

https://github.com/jruby/jruby

Ruby

JRuby, an implementation of Ruby on the JVM

Bundler::Thor::CoreExt::HashWithIndifferentAccess#method_missing

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:jruby/jruby.git

cd jruby

open lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--Thor--CoreExt--HashWithIndifferentAccess-method_missing-for-pr


# Commit to git

git add lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbgit commit -m "better docs for Bundler::Thor::CoreExt::HashWithIndifferentAccess#method_missing"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Bundler--Thor--CoreExt--HashWithIndifferentAccess-method_missing-for-pr

hub pull-request


# Celebrate!