Hi, At Sat, 27 Oct 2007 22:21:47 +0900, JONNALAGADDA Srinivas wrote in [ruby-talk:276113]: > Thank you very much, it worked. I have also been able to 'VM:: > InstructionSequence.compile_file' and subsequently 'eval' the same. Is > there a way I could dump this to a file, and re-load the same into another > ruby session? There are InstructionSequence#to_a and InstructionSequence.load now, but they will be changed or removed in the near future. -- Nobu Nakada