rdoc-data 2.5.1

drbrain | Thu, 01 Apr 2010 08:15:17 GMT

Posted in , ,

rdoc-data contains core ri data for use with RDoc 2.5 To install run gem install rdoc-data followed by rdoc-data. This will allow you to look up RDoc for core and standard library files like Kernel, Array or Date. rdoc-data contains ri information for Ruby 1.8.6, 1.8.7 and 1.9.1. comments

Comments RSS FEED

Hm, I’m getting this error from ri on OS X after the upgrade:

/Library/Ruby/Gems/1.8/gems/rdoc-2.5/lib/rdoc/ri/store.rb:130: command not found: pager

Any ideas what’s wrong?

LM said about 10 hours later

What’s the full backtrace?

Eric Hodel said 1 day later

That is all backtrace I get. But I suspect this line RDoc::RI::Driver#setup_pager:

io = IO.popen(pager, “w”) rescue next

popen doesn’t raise if the command is not found..?

LM said 4 days later

Comments are disabled