[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Dir.tmpdr mac os x

warhero

1/19/2007 3:53:00 AM

Hey All,

Has anyone experienced Dir.tmpdir being undefined on a mac os x?

thanks.
smith

--
Posted via http://www.ruby-....

2 Answers

warhero

1/19/2007 3:55:00 AM

0

Aaron Smith wrote:
> Hey All,
>
> Has anyone experienced Dir.tmpdir being undefined on a mac os x?
>
> thanks.
> smith


I got it.. I had to require 'tmpdir'.. duh.

--
Posted via http://www.ruby-....

Daniel Berger

1/19/2007 4:57:00 AM

0


Aaron Smith wrote:
> Aaron Smith wrote:
> > Hey All,
> >
> > Has anyone experienced Dir.tmpdir being undefined on a mac os x?
> >
> > thanks.
> > smith
>
>
> I got it.. I had to require 'tmpdir'.. duh.

There's nothing 'duh' about it. It should be core. Having to require a
library for this one method is kinda lame IMO.

Regards,

Dan