InstructionSequence.compile_option = options
Class Public methods
Sets the default values for various optimizations in the Ruby iseq
compiler.
Possible values for options include true, which
enables all options, false which disables all options, and
nil which leaves all options unchanged.
You can also pass a Hash of options that you want
to change, any options not present in the hash will be left unchanged.
Possible option names (which are keys in options) which can be
set to true