This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 25 07:21:20 -0800 2009 | |
| |
LICENCE | Wed Feb 25 07:12:08 -0800 2009 | |
| |
README | Wed Feb 25 08:54:09 -0800 2009 | |
| |
bin/ | Wed Feb 25 08:01:19 -0800 2009 | |
| |
lib/ | Mon Mar 02 10:48:43 -0800 2009 | |
| |
ruby-which.gemspec | Mon Mar 02 10:48:43 -0800 2009 |
README
= ruby-which by Pistos http://github.com/Pistos/ruby-which For those times when you don't know which version of a library you're require-ing, or what path on your system it's coming from. Returns the full library path if the given library is found in the $LOAD_PATH. "you need organization..." -- manveru == Installation gem install --source http://gems.github.com Pistos-ruby-which == Example usage: require 'rubygems' require 'ruby-which' puts Which.which( 'm4dbi' ) #=> /usr/lib/ruby/gems/1.8/gems/m4dbi-0.6.2/lib/m4dbi.rb Or from your shell: rwhich m4dbi # Outputs: /usr/lib/ruby/gems/1.8/gems/m4dbi-0.6.2/lib/m4dbi.rb







