[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: RUBY_LIB, RUBY_ARCHLIB unavailable?

Marcel Molina Jr.

6/29/2007 5:03:00 AM

On Fri, Jun 29, 2007 at 01:57:40PM +0900, Adam Bozanich wrote:
> Is there a reason why the following constants aren't defined for the ruby
> runtime? Is there another way to access them that I'm not finding?

I don't know if there is a reason but you can look in Config::CONFIG once you
require rbconfig:

% ruby -r pp -r rbconfig -e 'pp Config::CONFIG'

marcel
--
Marcel Molina Jr. <marcel@vernix.org>