Just updated Ruby from CVS, compiled it, and started up irb.
ted@acacia:bin > irb
/usr/local/lib/ruby/1.7/irb.rb:54:in start': private methodinitialize’ called for IRB:Module (NoMethodError)
from /usr/local/bin/irb:13
Just updated Ruby from CVS, compiled it, and started up irb.
ted@acacia:bin > irb
/usr/local/lib/ruby/1.7/irb.rb:54:in start': private method initialize’ called for IRB:Module (NoMethodError)
from /usr/local/bin/irb:13
‘ruby’ appears to work just fine, though.
No pointers, just wanted to say I bumped into this today as well. After
I installed it on our server sigh
Rob
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==---------- http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
Just updated Ruby from CVS, compiled it, and started up irb.
ted@acacia:bin > irb
/usr/local/lib/ruby/1.7/irb.rb:54:in start': private method initialize’ called for IRB:Module (NoMethodError)
from /usr/local/bin/irb:13
‘ruby’ appears to work just fine, though.
Any pointers appreciated!
Until irb’s maintainer makes an official fix to the CVS sources, you can
change line 16 of ruby/lib/irb/init.rb from this:
def IRB.initialize(ap_path)
to this:
def IRB.setup(ap_path)
and then change line 54 of ruby/lib/irb.rb from this:
Until irb’s maintainer makes an official fix to the CVS sources, you can
change line 16 of ruby/lib/irb/init.rb from this:
Thanks Lyle
Rob
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==---------- http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----