Search code examples
cloud9-ide

Access gem source code in Cloud 9


I would like to open up and edit gem source code but I can't figure out how to in cloud 9.

Stack Overflow wants me to make this question longer but it really is that simple. Where is the damn code at?


Solution

  • You can find the location of gems by issuing one of the following commands:

    • rvm gemdir
    • gem environment (look for the gem path)