I'm using rbenv
and I'm trying to figure out where the rdoc of my local gems are located.
When I install a gem, it says the rdoc are properly generated, i.e.:
% gem install rails -v "2.3.2"
Successfully installed rails-2.3.2
1 gem installed
Installing ri documentation for rails-2.3.2...
Installing RDoc documentation for rails-2.3.2...
But I cannot figure out where the rdoc files are, in my ~/.rbenv
directory I found a doc
folder: .rbenv/versions/ree-1.8.7-2012.02/lib/ruby/gems/1.8/doc
with folders for local gems in it, each of them contain rdoc
and ri
folders but they are empty.