From: Bill Atkins Date: 2005-01-09T06:09:54+09:00 Subject: Re: Problems with RUBY 1.8.2 and RUDL 0.8 Yeah, this happened to me too. It's related to the new version of RubyGems, but I haven't gotten a response about it yet. The workaround is to use "require__ 'RUDL'" instead of "require RUDL" - not a solution, but it will get you through until the bug is fixed. Bill On Wed, 5 Jan 2005 03:01:34 +0900, Glenn wrote: > While learning RUBY a while ago I used RUBY 1.8.1 and RUDL 0.7.1 to > write pacman (just as a learning process) and all was well. > > Now I've upgraded to RUBY 1.8.2 and RUDL 0.8 I get the following > message as soon as I run the game: > > (eval):114: undefined method `print_centered' for class `RUDL::SFont' > (NameError) > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require' > from D:/PacMan/pacman.rb:10 > > Any ideas? > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n"