ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

RDoc::Parser.parse_files_matching

Record which file types this parser can understand.

It is ok to call this multiple times.

Source | Google | Stack overflow

Edit

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

cd ruby

open lib/rdoc/parser.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-RDoc--Parser-parse_files_matching-for-pr


# Commit to git

git add lib/rdoc/parser.rbgit commit -m "better docs for RDoc::Parser.parse_files_matching"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-RDoc--Parser-parse_files_matching-for-pr

hub pull-request


# Celebrate!