I have a method that takes a block.
Obviously I don't know what is going to be passed in and for bizarre reasons that I won't go into here I want to print the contents of the block.
Is there a way to do this?
|
|
|
|
|
|
|
You can do this with Ruby2Ruby which implements a to_ruby method.
will output:
I would also check out this awesome talk by Chris Wanstrath of Github http://goruco2008.confreaks.com/03%5Fwanstrath.html He shows some interesting ruby2ruby and parsetree usage examples. |
||||
|
|
|
There is no way to do this in Ruby 1.9. |
||
|
|