GemPath

Find where a gem is located.

Installation

Add this line to your application's Gemfile then run bundle:

gem "gem_path"

Or install it yourself as:

$ gem install gem_path

Usage

GemPath.find("rails")
# => path/to/rails/gem/in/your/system

License, Contributor's Guidelines