Re: Using Gems on windows

Thanks for the quick answer. But I will agree with the docs that it is
certainly confusing for the new user like myself in an irb session.

–Bill

William (Bill) Froelich wrote:

Thanks for the quick answer. But I will agree with the docs that it is
certainly confusing for the new user like myself in an irb session.

–Bill

Take heart! Here’s the result with the most recent CVS version of
RubyGems:

$ irb
irb(main):001:0> require ‘pdf/writer’
=> true
irb(main):002:0>


– Jim W.

On 4/6/06, William (Bill) Froelich [email protected] wrote:

Thanks for the quick answer. But I will agree with the docs that it is
certainly confusing for the new user like myself in an irb session.

…take heart as well for PDF::Writer: it’s developed on a Windows box.

-austin