Does jruby allow for (kind of like MRI’s parse_tree) access to the AST
of methods at runtime, or somehow access to their parameters or
anything? I know in 1.9 mode you can use #source_location to look it up
but I’m wondering about the 1.8.x case
Thanks!
-r