From: amrangaye Date: 2005-12-25T19:08:04+09:00 Subject: Method introspection question 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.