I am cloning a rail repository
git clone git://github.com/rails/rails.git
after i click on it
git grep 'form_for'
After my Vim editor helps me with Ctags go to the source code.
If you need an example of using the code, you can see the test block.
source
share