I am new to ruby and need to debug some ruby app packaged as a gem.
I am using rvm, where I installed the package as a gem, and also have a fresh github checkout of that package. How can I tell my rvm environment to use the code in the github repo instead of the installed gem (equivalent of python setup.py develop for people familiar with python)