ActionsLike0
Bug #6786
closedAdd :trace_instruction to the output of RubyVM::InstructionSequence.compile_option
Description
:trace_instruction is a valid iseq compiler option that can be set with compile_option=, but it does not appear in the hash returned by RubyVM::InstructionSequence.compile_option. I've attached a patch that fixes this.
Files
Updated by ko1 (Koichi Sasada) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
ActionsLike0