sonic-pi

https://github.com/sonic-pi-net/sonic-pi

C++

Code. Music. Live.

TestRubyParser_Nn#testNn_2

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:sonic-pi-net/sonic-pi.git

cd sonic-pi

open app/server/ruby/vendor/gettext-3.4.3/test/fixtures/upper_nn_.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TestRubyParser_Nn-testNn_2-for-pr


# Commit to git

git add app/server/ruby/vendor/gettext-3.4.3/test/fixtures/upper_nn_.rbgit commit -m "better docs for TestRubyParser_Nn#testNn_2"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-TestRubyParser_Nn-testNn_2-for-pr

hub pull-request


# Celebrate!