Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created March 7, 2011 19:24
Show Gist options
  • Save llimllib/859028 to your computer and use it in GitHub Desktop.
Save llimllib/859028 to your computer and use it in GitHub Desktop.
$ rvm info | grep gem:
gem: "/Users/bill/.rvm/gems/ruby-1.8.7-p302"
gem: "/Users/bill/.rvm/rubies/ruby-1.8.7-p302/bin/gem"
$ ls .rvm/gems/ruby-1.8.7-p302/gems/ | grep yard
yard-0.6.1/
yard-0.6.4/
$ irb
ruby-1.8.7-p302 > require 'yard'
LoadError: no such file to load -- yard
from (irb):1:in `require'
from (irb):1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment