Actions
Bug #6786
closedAdd :trace_instruction to the output of RubyVM::InstructionSequence.compile_option
Bug #6786:
Add :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
Actions