From: Francis Sinson Date: 2006-10-27T17:42:25+09:00 Subject: Re: question about require and pdf-writer Austin Ziegler wrote: > On 4/8/06, Andrew wrote: >> require 'pdf/writer' >> require 'pdf/simpletable' >> >> which makes sense, except i'm used rubygems to install pdf-writer and >> that apparently changes the way I use require, namely: > > Not really. All you need to do is: > > require 'rubygems' > require 'pdf/writer' > require 'pdf/simpletable' > > That's it. > > You do not need require_gem at all; when you need the capabilities > offered by require_gem in the future, it will have been renamed to > something else (probably activate_gem or fix_gem or something like > that). > > -austin Hi, im getting this error when i call the image function: "undefined method `image' for #" these are my requires: require 'rubygems' require 'pdf/writer' checking on rdoc, the image function is in this --> image (PDF::Writer::Graphics) im on windows xp. thanks /franee -- Posted via http://www.ruby-forum.com/.