tags:

views:

105

answers:

2

I want to read some ruby code. And I think this is the good place to start dig in. But I cant find it.

+2  A: 
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby
Simone Carletti
+1  A: 

And the way to discover weppos's answer is to launch a Terminal, run irb and enter

$:

to find the library search path

glenn jackman