From: Gene Tani Date: 2005-12-26T02:32:51+09:00 Subject: Re: Method introspection question amrangaye wrote: > Hello > > Is there anyway to get back the definition of a method within a running > program [or irb session]? > > For example, if I declare a method: > > def hello > puts "Hello" > end > > > is there anything like hello.source to get back hello's code? > > Thanks look at ParseTree or Scrit_lines__, http://blog.zenspider.com/archives/parsetree/index.html http://redhanded.hobix.com/inspect/whoaScript_lines__.html.