From: Roger Pack Date: 2008-09-21T03:02:44+09:00 Subject: [ruby-core:18762] [Feature #578] add method to disassemble Proc objects Feature #578: add method to disassemble Proc objects http://redmine.ruby-lang.org/issues/show/578 Author: Roger Pack Status: Open, Priority: Normal Currently RubyVM::InstructionSequence.disassemble works only for methods. I wasn't sure how to patch RubyVM::InstructionSequence.disassemble to work with proc objects AND methods, so added a new method RubyVM::InstructionSequence.disassemble_proc which works for proc objects, in the accompanying patch. Either way would work. Hope this can be included before the feature freeze, if possible :) -=R ---------------------------------------- http://redmine.ruby-lang.org