Phlip wrote: > ...is there a method out there that takes q and turns it back into its > original source - "3.times...". The representation doesn't need to be > exact! I'm just asking before I dive in and write one. Both ruby2ruby and nodewrap support this. Nodewrap also has some support for decoding YARV bytecode, but needs to be updated for latest 1.9. Paul