[Rubygems-developers] possible bug in doc_manager.rb
Chad Woolley
thewoolleyman at gmail.com
Tue Dec 18 16:13:20 EST 2007
On Dec 18, 2007 2:02 PM, Chad Woolley <thewoolleyman at gmail.com> wrote:
> On Dec 18, 2007 1:02 PM, Eric Hodel <drbrain at segment7.net> wrote:
> > Do you get the same without irb? Since RDoc uses a bunch of irb code,
> > the two may be incompatible.
>
> You are right. It only happens if you require 'irb' first.
> Nonetheless, I don't think I'm explicitly requiring IRB, so maybe one
> of the recent rubygems refactorings is picking up IRB first, directly
> or indirectly? I'll keep looking...
>
OK, this was my fault. I had added a require for ruby-debug, which
apparently requires irb, which makes everything blow up. Thanks for
the tip to look at IRB.
--Chad
More information about the Rubygems-developers
mailing list