From: Scott Gonyea Date: 2010-12-01T05:03:05+09:00 Subject: Re: Ruby Runtime Libraries You can use ruby -rtracer or work from within irb --tracer. if you work from irb, using flyrb might prove handy when examining code. Scott On Nov 30, 2010, at 11:26 AM, Robert Huber wrote: > is there a way to list the libraries a ruby script is loading when it > runs? > > thanks... > > -- > Posted via http://www.ruby-forum.com/. >